import { generateCodeVerifier } from 'aws-amplify/adapter-core'; export declare const createAuthFlowProofs: ({ customState, }: { customState?: string; }) => { codeVerifier: ReturnType; state: string; };