export default class {
    static getMessageStat(payload?: {}): Promise<any>;
    static pagingMessage(payload?: {}): Promise<any>;
}
