export interface Auth { url: string; token: string; } export declare function getAuth(): Auth;