import type { UserFlowQueryReqVO, UserFlowQueryRespVO, UserFlowStatusRespVO } from '../../types/user-flow'; export declare function queryUserFlow(data: UserFlowQueryReqVO): Promise; export declare function getUserFlowStatus(): Promise; //# sourceMappingURL=flow.d.ts.map