export declare function getAuthenticatedUrl(): Promise<{ url: string; headers: { Authorization: string; }; }>;