import { z } from 'zod'; export declare const ConcurrencyPool: z.ZodObject<{ platformId: z.ZodString; key: z.ZodString; maxConcurrentJobs: z.ZodNumber; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type ConcurrencyPool = z.infer; //# sourceMappingURL=concurrency-pool.d.ts.map