import { OktaAuthIdxInterface, FlowIdentifier, FlowSpecification } from '../types';
export declare function getFlowSpecification(oktaAuth: OktaAuthIdxInterface, flow?: FlowIdentifier): FlowSpecification;
