import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { BYOKKey } from "./byokkey.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type CreateBYOKKeyResponse = { data: BYOKKey; }; /** @internal */ export declare const CreateBYOKKeyResponse$inboundSchema: z.ZodType; export declare function createBYOKKeyResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=createbyokkeyresponse.d.ts.map