import type { PackageContext } from '../types'; export declare const applyTemplate: ({ name, destDir, language, componentContexts }: PackageContext) => Promise;