import type { EntityKioskFlowCreateReqVO, EntityKioskFlowUpdateReqVO, EntityKioskFlow } from '../../types/entity'; export declare function cloneKioskFlow(appId: string, entityId: string, id: string, data: any): Promise; export declare function createKioskFlow(appId: string, entityId: string, data: EntityKioskFlowCreateReqVO): Promise; export declare function deleteKioskFlow(appId: string, entityId: string, id: string): Promise; export declare function getKioskFlow(appId: string, entityId: string, id: string): Promise; export declare function getKioskFlowList(appId: string, entityId: string): Promise; export declare function updateKioskFlow(appId: string, entityId: string, id: string, data: EntityKioskFlowUpdateReqVO): Promise; //# sourceMappingURL=kiosk-flow.d.ts.map