export declare const globals: Set; export declare const reserved: Set; export declare function is_valid(str: string): boolean; export declare function sanitize(name: string): string;