export declare type Auth = { access_token: string; refresh_token: string; access_token_expires_at: number; refresh_token_expires_at: number; };