export declare function looksLikeTypeScript(code: string): boolean; export declare function shouldBundle(code: string): boolean;