export namespace TEST_SELECTORS { let chart: string; let vegaContainer: string; let vegaCanvas: string; } export namespace TEST_VALUES { let chartHeight: number; namespace chartSpec { let $schema: string; let description: string; namespace data { let values: { a: string; b: number; }[]; } namespace mark { let type: string; let tooltip: boolean; let fill: string; } namespace encoding { namespace x { export let field: string; let type_1: string; export { type_1 as type }; } namespace y { let field_1: string; export { field_1 as field }; let type_2: string; export { type_2 as type }; } } } } //# sourceMappingURL=test.d.ts.map