import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate the schema module for a queue payload and parameter. */ export declare const getQueueSchemaFileContent: (input: { serviceName: string; serviceVersion: string; queueName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getQueueSchemaFileContent.d.ts.map