import type { Thing } from './Thing.ts'; type VirtualLocation = Thing; export type { VirtualLocation }; //# sourceMappingURL=VirtualLocation.d.ts.map