export declare type ObjectOrValue = { [key: string]: ValueType | ObjectOrValue; };