import { ScullyConfig } from '../'; export declare function bootServe(): Promise; export declare function watchMode(path: string): Promise; export declare function checkForManualRestart(): void; export declare function startScullyWatchMode(url: string): void; export declare function restartStaticServer(): void; export declare function isBuildThere(config: ScullyConfig): Promise; export declare function reloadAll(): void; export declare function createScript(): string;