import { InterpretadorInterface } from '@designliquido/delegua/interfaces'; export declare function obter_diretorio_usuario(): Promise; export declare function numero_elementos(interpretador: InterpretadorInterface, vetor: any[]): Promise; export declare function numero_linhas(interpretador: InterpretadorInterface, matriz: any[][]): Promise; export declare function numero_colunas(interpretador: InterpretadorInterface, matriz: any[][]): Promise; export declare function sorteia(interpretador: InterpretadorInterface, minimo: number, maximo: number): Promise; export declare function aguarde(interpretador: InterpretadorInterface, intervalo: number): Promise; export declare function tempo_decorrido(): Promise; //# sourceMappingURL=util.d.ts.map