import { Uri } from '../../util/uri'; import { Switch } from '../switch'; export declare class Json extends Switch { switch: string; get resolvedValue(): Uri | undefined; } //# sourceMappingURL=json.d.ts.map