export declare const UPDATE_ALL: unique symbol; export declare function toArray(source: undefined | E | E[]): E[]; export declare function deepClone(object: O): O; //# sourceMappingURL=helpers.d.ts.map