export type Ref = { reference: T; }; export declare function Pointer(_object: Ref): T; //# sourceMappingURL=pointer.d.ts.map