import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate TypeScript aliases inferred from a stream schema module. */ export declare const getStreamTypeFileContent: (input: { serviceName: string; serviceVersion: string; streamName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getStreamTypeFileContent.d.ts.map