export interface IRef { (target: T): { value: T; }; } export declare const ref: IRef;