import { Optional } from 'typescript-optional'; import { StorageType } from '../type'; export declare function getDecryptedMessage(key: string, encryptionKey: string, storage: StorageType): Optional; //# sourceMappingURL=getDecryptedMessage.d.ts.map