export interface EncryptStatus {
    isEncrypted: boolean;
    isLocked: boolean;
    hint: string;
}
//# sourceMappingURL=typings.d.ts.map