export declare const decryptCiphertext: (handle: string) => Promise<string>;
