import type { EntityPrintTemplatesCreateReqVO, EntityPrintTemplatesCreateRespVO, EntityPrintTemplatesDeleteRespVO, EntityPrintTemplatesGetRespVO, EntityPrintTemplatesListRespVO, EntityPrintTemplatesUpdateReqVO, EntityPrintTemplatesUpdateRespVO } from '../../types/entity'; export declare function createEntityPrintTemplate(appId: string, entityId: string, data: EntityPrintTemplatesCreateReqVO): Promise; export declare function deleteEntityPrintTemplate(appId: string, entityId: string, id: string): Promise; export declare function getEntityPrintTemplate(appId: string, entityId: string, id: string): Promise; export declare function getEntityPrintTemplateList(appId: string, entityId: string): Promise; export declare function updateEntityPrintTemplate(appId: string, entityId: string, id: string, data: EntityPrintTemplatesUpdateReqVO): Promise; //# sourceMappingURL=print-templates.d.ts.map