import { SendOptions } from "koa-send"; import { Without } from "."; export interface IServeOptions extends Without { defer?: boolean; }