import { pathItem } from "./path"; export declare class refPlaceholder { ref: T; path: pathItem; constructor(ref: T, path: pathItem); }