export declare const createOAuthState: (state?: string) => Promise<{
    state: string;
    challenge: string;
}>;
