import { type CompilationMode } from '@lwc/shared'; import type { ComponentTransformOptions } from '../shared'; export default function compileJS(src: string, filename: string, tagName: string, options: ComponentTransformOptions, compilationMode: CompilationMode): { code: string; }; //# sourceMappingURL=index.d.ts.map