import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type RevokeTokenResponse = {}; /** @internal */ export declare const RevokeTokenResponse$inboundSchema: z.ZodMiniType; export declare function revokeTokenResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=revoketokenresponse.d.ts.map