export interface AuthorizationQuerystring {
    idToken: string;
    type: string | null;
}
export declare const AuthorizationQuerySchema: object;
