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