import { BasicParams } from '../../types'; import type { AuthenticateFlow } from './types'; export declare function authenticateFlowFactory(params: BasicParams): AuthenticateFlow;