import type { ProjectDefinition } from '@baseplate-dev/project-builder-lib'; import type { QueuePluginDefinition } from '../core/schema/plugin-definition.js'; /** * Get the queue plugin definition from the project definition. * @param definition - The project definition. * @returns The queue plugin definition. */ export declare function getQueuePluginDefinition(definition: ProjectDefinition): QueuePluginDefinition; //# sourceMappingURL=get-queue-plugin-definition.d.ts.map