export declare type Authorization = Readonly<{ token: string | null; expiry: string | null; }>; //# sourceMappingURL=Authorization.d.ts.map