import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type RedlionCrimson = { configsExposed?: boolean | undefined; controlEngineStatus?: string | undefined; currentSoftwareLevel?: string | undefined; executionStatus?: string | undefined; manufacturer?: string | undefined; model?: string | undefined; }; /** @internal */ export declare const RedlionCrimson$inboundSchema: z.ZodType; export declare function redlionCrimsonFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=redlioncrimson.d.ts.map