import { SUPPORTED_CHAINS } from "../constants";
export declare const decryptCiphertext: (handle: string, chain: SUPPORTED_CHAINS) => Promise<string>;
