export interface IGenericStorage { bucket: string; region: string; } export declare function getAuthorizationThunk(storage: IGenericStorage): Promise<(options: {}, callback: (result: any) => void) => Promise>;