export declare class SignoutResponse { error: string | undefined; error_description: string | undefined; error_uri: string | undefined; state: any | undefined; constructor(url?: string); }