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