import type { RenderTsTemplateFileActionInput } from '@baseplate-dev/core-generators'; import type { BuilderAction } from '@baseplate-dev/sync'; import { QUEUE_CORE_QUEUES_TEMPLATES } from './typed-templates.js'; export interface QueueCoreQueuesRenderers { queueRegistry: { render: (options: Omit, 'destination' | 'importMapProviders' | 'template' | 'generatorPaths'>) => BuilderAction; }; queueTypes: { render: (options: Omit, 'destination' | 'importMapProviders' | 'template' | 'generatorPaths'>) => BuilderAction; }; } export declare const QUEUE_CORE_QUEUES_RENDERERS: { provider: import("@baseplate-dev/sync").ProviderType; task: import("@baseplate-dev/sync").GeneratorTask<{ queueCoreQueuesRenderers: import("@baseplate-dev/sync").ProviderExport; }, { paths: import("@baseplate-dev/sync").ProviderType; typescriptFile: import("@baseplate-dev/sync").ProviderType; }, undefined>; }; //# sourceMappingURL=template-renderers.d.ts.map