export declare const reservedWords: string[]; export declare function isLegal(str: string): boolean; export declare function makeLegal(str: string): string;