export interface ComponenteModuloFuncaoInterface {
    documentacao?: string;
    tipoRetorno: string;
    funcao: Function;
    argumentos: {
        nome: string;
        tipo: string;
    }[];
}
//# sourceMappingURL=componente-modulo-funcao-interface.d.ts.map