import { Schema } from 'mongoose'; import { z } from 'zod'; export declare const ZRBRtsCounter: z.ZodObject<{ _id: z.ZodString; seq: z.ZodNumber; }, z.core.$strip>; export type IRBRtsCounter = z.infer; export declare const RBRtsCounterSchema: Schema; //# sourceMappingURL=RBRtsCounter.d.ts.map