import { Settings } from '../settings'; export declare function copyWeb(args: { settings: Settings; prod: boolean; }): Promise;