import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const BucketWidth: { readonly Onem: "1m"; readonly Oneh: "1h"; readonly Oned: "1d"; }; export type BucketWidth = ClosedEnum; /** @internal */ export declare const BucketWidth$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const BucketWidth$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=bucketwidth.d.ts.map