export declare function addNewRef<T>(refs: any[], newRef: T): void;
export declare function removeOldRef<T>(refs: any[], oldRef: T | null): void;
export declare function getRef(refs: any[]): any;
//# sourceMappingURL=ref-util.d.ts.map