import { EthereumAddress } from "./EthereumAddress";
export declare class Message {
    author: EthereumAddress;
    timestamp: number;
    data: any;
    constructor(author: EthereumAddress, timestamp: number, data: any);
}
//# sourceMappingURL=Message.d.ts.map