import * as ByteBuffer from "@steempro/bytebuffer";
export declare type Deserializer = (buffer: ByteBuffer) => void;
export declare const types: {
    EncryptedMemoD: any;
};
