import { Cancellable } from "@lincode/promiselikes";
import type Model from "../../display/Model";
export declare const refreshFactorsSystem: {
    add: ((item: Model, initData?: void | Record<string, any> | undefined) => false | Cancellable) | ((item: Model, initData?: void | Record<string, any> | undefined) => boolean);
};
