export declare function isIdentifier(value: string): boolean;
export declare function isNumber(value: string): boolean;
