import { ArgdownApplication, IArgdownRequest, IArgdownResponse } from "@argdown/core"; export declare class AsyncArgdownApplication extends ArgdownApplication { runAsync(request: IArgdownRequest, response?: IArgdownResponse): Promise; load: (request: IArgdownRequest) => Promise; loadConfig: (filePath?: string | undefined) => Promise; }