export function is(type: any, node: any): boolean;
export function isFunctionExpression(node: any): boolean;
