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