import type { Options } from 'code-block-writer'; /** * Generate the general service configuration file content. */ export declare const getGeneralServiceConfigFileContent: (input: { serviceName: string; serviceDescription: string; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getGeneralServiceConfigFileContent.d.ts.map