export type Async any> = (...params: Parameters) => Promise>; export interface Warning = Record> { option: keyof Options & string; title: string; url?: string; } //# sourceMappingURL=async.d.ts.map