export declare const performDecryption: (encryptedText: string, passwords: Array<string>) => string;
