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