import { InterpretadorInterface } from '@designliquido/delegua/interfaces'; export declare function abrir_arquivo(interpretador: InterpretadorInterface, caminhoArquivo: any, modoAcesso: any): Promise; export declare function fechar_arquivo(interpretador: InterpretadorInterface, endereco: any): Promise; export declare function fim_arquivo(interpretador: InterpretadorInterface, endereco: any): any; export declare function ler_linha(interpretador: InterpretadorInterface, endereco: any): Promise; export declare function escrever_linha(interpretador: InterpretadorInterface, linha: any, endereco: any): Promise; export declare function substituir_texto(interpretador: InterpretadorInterface, endereco: any, textoPesquisa: any, textoSubstituto: any, onlyFirst: any): Promise; export declare function arquivo_existe(interpretador: InterpretadorInterface, caminhoArquivo: any): Promise; export declare function apagar_arquivo(interpretador: InterpretadorInterface, caminhoArquivo: any): Promise; export declare function criar_pasta(interpretador: InterpretadorInterface, caminho: any): Promise; export declare function listar_pastas(interpretador: InterpretadorInterface, caminhoPai: any, vetorPastas: any): Promise; export declare function listar_arquivos(interpretador: InterpretadorInterface, caminhoPai: any, vetorArquivos: any): Promise; export declare function listar_arquivos_por_tipo(interpretador: InterpretadorInterface, caminhoPai: any, vetorArquivos: any, vetorTipos: any): Promise; //# sourceMappingURL=arquivos.d.ts.map