import { GuidValue } from "../Exposes";
export interface IPropertySource {
    propertySourceId: GuidValue;
}
export declare class PropertySource implements IPropertySource {
    propertySourceId: GuidValue;
    constructor(propertySourceId: GuidValue);
}
