import { AxiosInstance } from 'axios';
import { Message } from './DataObjects';
export declare const constructMessage: (html: string, id: number, axios: AxiosInstance) => Promise<Message>;
