exportdeclareclassPathReference {
path: string;
/**
* Creates a reference to a path that can be stored in the database. Use this to create cross-references to other data in your database
* @parampath
*/constructor(path: string);
}
//# sourceMappingURL=path-reference.d.ts.map