export declare const LUAU_RESERVED_KEYWORDS: Set; export declare const LUAU_IDENTIFIER_REGEX: RegExp; export declare function isValidIdentifier(id: string): boolean;