export declare const CipherAlgorithm = "aes-128-ctr"; export declare const DigestAlgorithm = "sha256"; export declare const KeyDerivationFunction = "scrypt"; export declare const PubKeyEncVersion = 1; export declare const PubKeyEncNonceLength = 24; export declare const PubKeyEncCipher = "x25519-xsalsa20-poly1305";