import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate TypeScript aliases inferred from a command schema module. */ export declare const getCommandTypeFileContent: (input: { serviceName: string; serviceVersion: string; commandName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getCommandTypeFileContent.d.ts.map