import type { Website } from "../../../types/schema";
export declare function websiteWatch(pages?: Website[]): Promise<void>;
