export declare const PUBLIC_KEY_NAME = "public.key";
export declare const PRIVATE_KEY_NAME = "private.key";
export declare const STATIC_PASSWORD = "QMATE_STATIC";
export declare const ALGORITHM = "aes-256-cbc";
export declare const DIGEST = "sha512";
export declare const SALT = "72hdh393987f0hdc";
export declare const IV = "203efccd80e94d9f";
export declare const ITERATIONS = 100000;
export declare const KEY_LENGTH = 32;
export declare const KEY_TYPE = "rsa";
export declare const KEY_EXPORT_TYPE = "pkcs1";
export declare const KEY_EXPORT_FORMAT = "pem";
