export declare class MessageTextResponse {
    text: string;
}
