import type { FunctionDeclarationStructure } from 'ts-morph'; import type { VdmServiceMetadata } from '../vdm-types'; /** * @internal */ export declare function batchFunction(service: VdmServiceMetadata): FunctionDeclarationStructure; /** * @internal */ export declare function changesetFunction(service: VdmServiceMetadata): FunctionDeclarationStructure;