export declare class OAuthCallbackRequest { identifier: string; scope: string; code?: string; state?: string; }