import { PropertyMap } from "./property-map.interface"; /** * */ export interface PropertySource { createPropertyMap(): Promise; } //# sourceMappingURL=property-source.interface.d.ts.map