import { TFlow } from './ifaces';
export declare const convert: TFlow;
export declare const patch: TFlow;
export declare const getFlow: (flow?: string) => TFlow;
