import { EncryptionKeyStatus } from './utils/EncryptInfo'; export declare class EncryptionStatusMonitor { onUserCommandChanged: () => any; onKeyChanged: (status: EncryptionKeyStatus) => any; constructor(onUserCommandChanged: () => any, onKeyChanged: (status: EncryptionKeyStatus) => any); }