import { DecryptedMessage, StorageType } from '../type'; export declare function getSignature(key: string, storage: StorageType, password?: string): DecryptedMessage | null; //# sourceMappingURL=getSignature.d.ts.map