export type AuthResponse = { state: string; [key: string]: string | undefined; }; export declare function authResponseToUrl(authResponse: AuthResponse): string;