import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ConvertQueryError = { /** * The error message if the query could not be converted. */ message: string; }; /** @internal */ export declare const ConvertQueryError$inboundSchema: z.ZodType; export declare function convertQueryErrorFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=convertqueryerror.d.ts.map