export declare class Symbol { sid: number; name: string; constructor(id: number, val: string); toString(): string; }