import type { Options } from 'code-block-writer'; /** Generate an attached-agent harness test with a scripted object model. */ export declare const getAgentTestFileContent: (input: { agentName: string; builderImportName: string; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getAgentTestFileContent.d.ts.map