import { agora, carimboDeTempoUnix, carimboDeTempoUnixParaData, diaDaSemana, horas, milissegundos, minutos, segundos, semanaDoAno, textoIso8601ParaData, textoParaData } from ".";
export declare const DeleguaModuloTempo: {
    agora: {
        tipoRetorno: string;
        funcao: typeof agora;
        argumentos: any[];
    };
    tempo: {
        tipoRetorno: string;
        funcao: typeof agora;
        argumentos: any[];
    };
    milissegundos: {
        tipoRetorno: string;
        funcao: typeof milissegundos;
        argumentos: any[];
    };
    segundos: {
        tipoRetorno: string;
        funcao: typeof segundos;
        argumentos: any[];
    };
    minutos: {
        tipoRetorno: string;
        funcao: typeof minutos;
        argumentos: any[];
    };
    horas: {
        tipoRetorno: string;
        funcao: typeof horas;
        argumentos: any[];
    };
    carimboDeTempoUnix: {
        tipoRetorno: string;
        funcao: typeof carimboDeTempoUnix;
        argumentos: any[];
    };
    carimboDeTempoUnixParaData: {
        tipoRetorno: string;
        funcao: typeof carimboDeTempoUnixParaData;
        argumentos: {
            nome: string;
            tipo: string;
        }[];
    };
    diaDaSemana: {
        tipoRetorno: string;
        funcao: typeof diaDaSemana;
        argumentos: any[];
    };
    semanaDoAno: {
        tipoRetorno: string;
        funcao: typeof semanaDoAno;
        argumentos: any[];
    };
    textoIso8601ParaData: {
        tipoRetorno: string;
        funcao: typeof textoIso8601ParaData;
        argumentos: {
            nome: string;
            tipo: string;
        }[];
    };
    textoParaData: {
        tipoRetorno: string;
        funcao: typeof textoParaData;
        argumentos: {
            nome: string;
            tipo: string;
        }[];
    };
};
//# sourceMappingURL=delegua-modulo.d.ts.map