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