import type { Options } from 'code-block-writer'; import type { PuristaConfig } from '../../loadPuristaConfig.js'; /** Generate a queue definition test for a generated queue builder. */ export declare const getQueueTestFileContent: (input: { serviceName: string; serviceVersion: string; queueName: string; puristaConfig: PuristaConfig; codeWriterOptions?: Partial; }) => string; //# sourceMappingURL=getQueueTestFileContent.d.ts.map