export type Async<Request, Response> = (request: Request) => Response;
export interface Warning<Options extends Record<string, any> = Record<string, any>> {
    option: keyof Options;
    title: string;
    url?: string;
}
//# sourceMappingURL=async.d.ts.map