import type { GenerateContext } from './GenerateContext.js';
export declare function copyStaticFiles({ outDir }: GenerateContext): Promise<void>;
