export declare const createLiteralNode: (token: any) => any; export declare const getVariableDeclarationKind: (declarations: any[]) => any; export declare const haveParenthesis: (tokens: any[]) => boolean; export declare const removeParenthesis: (tokens: any[]) => any[]; export declare const getJsOperator: (operatorToken: any) => any; export declare const assertToken: (currentToken: any, notWantedType: any) => void; export declare const BinaryOperators: string[]; export declare const getClassName: (name: string) => string;