import { IEvolutionTypebot } from '../interfaces/i-typebot';
export declare class EvolutionTypeBotEntity implements IEvolutionTypebot {
    instanceName: string;
    typebot: typeBot;
    constructor(data?: Partial<EvolutionTypeBotEntity>);
}
declare class typeBot {
    enabled: boolean;
    url: string;
    typebot: string;
    expire: number;
    keywordFinish: string;
    delayMessage: number;
    unknownMessage: string;
    listeningFromMe: boolean;
}
export {};
