/** * Copies a source public directory into the runtime dist dir, skipping unchanged files. * * Dev restarts call this on every boot; byte comparison avoids rewriting identical assets. */ export declare function copyRuntimePublicDirIfChanged(sourceDir: string, destinationDir: string): void;