import type { Template } from '../../../types'; import type { Logger } from '../../logger'; export default function installCompiler(options: { compilerPath: string; componentPath: string; dependency: string; logger: Logger; }): Promise