export declare class EncryptedMessageNotFoundError extends Error {
    constructor(nonceOrMessageId: string);
}
