symbols.d.ts 176 B

1234
  1. import { Import } from './Import';
  2. import { SymbolTable } from './types';
  3. export declare const systemSymbolTable: SymbolTable;
  4. export declare const systemSymbolImport: Import;