import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type Cmore = {}; /** @internal */ export declare const Cmore$inboundSchema: z.ZodType; export declare function cmoreFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=cmore.d.ts.map