import { AuthConfig } from '@aws-amplify/core';
export declare const attemptCompleteOAuthFlow: (authConfig: AuthConfig["Cognito"]) => Promise<void>;
