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