import { InterpretadorInterface } from '@designliquido/delegua/interfaces'; export declare function definir_tempo_limite(interpretador: InterpretadorInterface, time: number): Promise; export declare function obter_texto(interpretador: InterpretadorInterface, caminho: string): Promise; export declare function baixar_imagem(interpretador: InterpretadorInterface, endereco: string, caminho: string): Promise; export declare function endereco_disponivel(interpretador: InterpretadorInterface, endereco: string): Promise; //# sourceMappingURL=internet.d.ts.map