declare const version: string;
declare function isAttrNameChar(char: any | string): boolean;

export { isAttrNameChar, version };
