import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** * Generate a queue builder file. * * The generated builder uses `.getQueueBuilder(...)`, attaches payload and * parameter schemas, and includes a before-enqueue transform stub. */ export declare const getQueueBuilderFileContent: (input: { serviceName: string; serviceVersion: string; queueName: string; queueDescription: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getQueueBuilderFileContent.d.ts.map