export interface CustomHeaders { [key: string]: string; } export type CustomHeadersFunction = () => Promise; //# sourceMappingURL=headers.d.ts.map