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