import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type Graphql = { response?: string | undefined; supportsIntrospection?: boolean | undefined; }; /** @internal */ export declare const Graphql$inboundSchema: z.ZodType; export declare function graphqlFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=graphql.d.ts.map