import { EEvolutionInstanceType } from '../../evolution';
export declare class NatiWaEntity {
    chatwoot: any;
    id: string;
    instanceName: string;
    number: string;
    qrcode: boolean;
    token: string;
    type: EEvolutionInstanceType;
    typebot: any;
    waServerId: string;
    webhook: any;
    constructor(data?: Partial<NatiWaEntity>);
}
