export declare class MessageResponse {
    status: boolean;
    message: string;
}
