import { IEvolutionChatWoot } from '../interfaces';
export declare class EvolutionChatWootEntity implements IEvolutionChatWoot {
    accountId: string;
    enabled: boolean;
    nameInbox: string;
    signMsg: boolean;
    token: string;
    url: string;
    webhookUrl: string;
    constructor(data?: Partial<EvolutionChatWootEntity>);
}
