import type { Options } from '../options'; import type { Preset } from '../presets/preset'; export declare const createFilesFromTemplates: (packageId: string, targetDirectory: string, options: Options, preset: Preset) => Promise;