export declare type OIDCAuthorizationRequestDescription = {
    client_id: string;
    redirect_uri: string;
    scope: string[];
};
