import type { Ref } from 'vue-demi';
export declare function getCtreeMethods<T>(treeRef: Ref<T>): Record<string, Function>;
