import { Rec } from '../object'; /** * Returns a stable object reference, mutated in-place with the * latest properties of `meta`. The identity never changes (`===`). */ export declare const useMeta: (meta: T) => T;