import type { Component } from '../../../types'; export default function ensureCompilerIsDeclaredAsDevDependency(options: { componentPath: string; pkg: Component; template: string; }): string;