import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate a command unit test using the current command context mock shape. */ export declare const getCommandTestFileContent: (input: { serviceName: string; serviceVersion: string; commandName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getCommandTestFileContent.d.ts.map