import type { def } from '@baseplate-dev/project-builder-lib'; import { z } from 'zod'; export declare const createQueuePluginDefinitionSchema: (context: import("@baseplate-dev/project-builder-lib").DefinitionSchemaParserContext) => z.ZodObject<{ implementationPluginKey: z.ZodString; }, z.core.$strip>; export type QueuePluginDefinition = def.InferOutput; export type QueuePluginDefinitionInput = def.InferInput; //# sourceMappingURL=plugin-definition.d.ts.map