export declare const MEMBER_NAME_REGEXP: RegExp; export declare function isValidMemberName(string: string): boolean;