import type { ChatState } from '../../../engine/interfaces/whatsapp-engine.interface';
export declare class SendChatStateDto {
    chatId: string;
    state: ChatState;
}
