export declare const TURNKEY_API_BASE_URL = "https://api.turnkey.com"; export declare const TURNKEY_API_KEY_EXPIRY_MESSAGE = "Turnkey error 16: expired api key"; export declare const TURNKEY_API_KEY_NOT_FOUND_MESSAGE = "Turnkey error 16: could not find public key"; export declare const WEBAUTHN_NOT_SUPPORTED_OR_CANCELLED_ERROR_MESSAGE = "The operation either timed out or was not allowed"; export declare const WEBAUTHN_NOT_SUPPORTED_OR_DISABLED_ERROR_MESSAGE = "The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission."; export declare const INVALID_PASSKEY_SELECTED_ERROR_MESSAGE = "Turnkey error 5: webauthn authenticator not found in organization or parent organization"; export declare const USER_CANCELLED_REQUEST_ERROR_MESSAGE = "The user cancelled the request"; export declare const TURNKEY_SDK_SESSION_KEY_RETRYABLE_ERRORS: string[]; export declare const TURNKEY_SDK_BENIGN_ERRORS: string[];