import { InterpretadorInterface } from '@designliquido/delegua/interfaces'; export declare function numero_caracteres(interpretador: InterpretadorInterface, cadeia: string): Promise; export declare function caixa_alta(interpretador: InterpretadorInterface, cad: string): Promise; export declare function caixa_baixa(interpretador: InterpretadorInterface, cad: string): Promise; export declare function substituir(interpretador: InterpretadorInterface, cad: string, texto_pesquisa: string, texto_substituto: string): Promise; export declare function preencher_a_esquerda(interpretador: InterpretadorInterface, car: string, tamanho: number, cad: string): Promise; export declare function obter_caracter(interpretador: InterpretadorInterface, cad: string, indice: number): Promise; export declare function posicao_texto(interpretador: InterpretadorInterface, cadeia: string, texto: string, posicao_inicial: number): Promise; export declare function extrair_subtexto(interpretador: InterpretadorInterface, cadeia: string, posicao_inicial: number, posicao_final: number): Promise; //# sourceMappingURL=texto.d.ts.map