export declare const INFISICAL_URL = "https://app.infisical.com"; export declare enum AuthMode { SERVICE_TOKEN = "serviceToken", SERVICE_TOKEN_V3 = "serviceTokenV3" } export declare const ALGORITHM_AES_256_GCM = "aes-256-gcm"; export declare const IV_BYTES_SIZE = 12; export declare const SYMMETRIC_KEY_BYTES_SIZE = 32; export declare const ENCODING_SCHEME_UTF8 = "utf8"; export declare const ENCODING_SCHEME_HEX = "hex"; export declare const ENCODING_SCHEME_BASE64 = "base64";