import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const ReportCreatorType: { readonly User: "user"; readonly PrivateKey: "private_key"; }; export type ReportCreatorType = OpenEnum; /** @internal */ export declare const ReportCreatorType$inboundSchema: z.ZodType; //# sourceMappingURL=reportcreatortype.d.ts.map