import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate a stream test that runs the builder through `createStreamTestHarness`. */ export declare const getStreamTestFileContent: (input: { serviceName: string; serviceVersion: string; streamName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getStreamTestFileContent.d.ts.map