export type LocationAttributes = { ref: string; }; export type PersonConstructor = { $: LocationAttributes; }; export default class Person { $: LocationAttributes; ref: string; constructor(opts: PersonConstructor); } //# sourceMappingURL=Location.d.ts.map