export declare type ValueSourceType = 'PARENT' | 'DIRECTLY_SPECIFIED' | 'UNKNOWN';
