import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate the schema module for a command's parameter, payload, and output. */ export declare const getCommandSchemaFileContent: (input: { serviceName: string; serviceVersion: string; commandName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getCommandSchemaFileContent.d.ts.map