import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate the schema module for stream input, chunk, and final payloads. */ export declare const getStreamSchemaFileContent: (input: { serviceName: string; serviceVersion: string; streamName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getStreamSchemaFileContent.d.ts.map