import Appendable from "../display/core/Appendable";
export declare const emitDispose: (val: Appendable, isState?: boolean | undefined) => void, onDispose: (cb: (val: Appendable) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable;
