/** * Validates an `Encrypter` object. Resolves to true if valid. */ export declare function testEncrypter(encrypter?: any): Promise; /** * Validates a `KeyStore` object. Resolves to true if valid. */ export declare function testKeyStore(keyStoreCandidate?: any): Promise;