export type AuthHeaders = Headers | {
    get: (key: string) => string | null | undefined;
};
//# sourceMappingURL=header.d.ts.map