export = decrypt;
/**
 * @param {string} encryptedString
 * @returns {string | null}
 */
declare function decrypt(encryptedString: string): string | null;