declare function _default(tpl: any, state: any, expr: any): {
    (value: any): () => void;
    eval: (state: any, cb?: (value: any) => any) => any;
    [_off]: any;
};
export default _default;
import { _off } from "../core.js";
//# sourceMappingURL=each.d.ts.map