import { ComputeParams } from '../types/compute';
/**
 * Creates copy of existing tree, then applies computing strategy.
 */
export declare const compute: (tree: any, params: ComputeParams) => Promise<any>;
