import type { Options } from 'code-block-writer'; /** * Generate the service config file, which contains the configuration schema and type for the service */ export declare const getServiceConfigFileContent: (input: { serviceName: string; serviceVersion: string; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getServiceConfigFileContent.d.ts.map