import { type Logger } from '../../utils/logging.js'; export declare const copyAssets: (destinationDir: string, logger?: Logger) => Promise;