import { default as ts } from 'typescript'; export declare function isLuminaJsxType(type: ts.Type): boolean; export declare const hasTypeFlag: (type: ts.Type, flag: ts.TypeFlags) => boolean; export declare const literalTypeFlag: number;