import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** * Generate the service file content for a given service name and version. */ export declare const getServiceFileContent: (input: { serviceName: string; serviceVersion: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getServiceFileContent.d.ts.map