import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** * Create the content of the service test file. */ export declare const getServiceTestFileContent: (input: { serviceName: string; serviceVersion: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getServiceTestFileContent.d.ts.map