import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { AuthStartRequestSubjectCardAuthenticatorAirKeyClaim, AuthStartRequestSubjectCardAuthenticatorAirKeyClaim$Outbound } from "./authstartrequestsubjectcardauthenticatorairkeyclaim.js"; export type AuthStartRequestSubjectCardAuthenticatorAirKey = { claim?: AuthStartRequestSubjectCardAuthenticatorAirKeyClaim | undefined; testMode?: string | undefined; }; /** @internal */ export declare const AuthStartRequestSubjectCardAuthenticatorAirKey$inboundSchema: z.ZodType; /** @internal */ export type AuthStartRequestSubjectCardAuthenticatorAirKey$Outbound = { claim?: AuthStartRequestSubjectCardAuthenticatorAirKeyClaim$Outbound | undefined; testMode?: string | undefined; }; /** @internal */ export declare const AuthStartRequestSubjectCardAuthenticatorAirKey$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace AuthStartRequestSubjectCardAuthenticatorAirKey$ { /** @deprecated use `AuthStartRequestSubjectCardAuthenticatorAirKey$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `AuthStartRequestSubjectCardAuthenticatorAirKey$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `AuthStartRequestSubjectCardAuthenticatorAirKey$Outbound` instead. */ type Outbound = AuthStartRequestSubjectCardAuthenticatorAirKey$Outbound; } export declare function authStartRequestSubjectCardAuthenticatorAirKeyToJSON(authStartRequestSubjectCardAuthenticatorAirKey: AuthStartRequestSubjectCardAuthenticatorAirKey): string; export declare function authStartRequestSubjectCardAuthenticatorAirKeyFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=authstartrequestsubjectcardauthenticatorairkey.d.ts.map