/**
 * copyStaticDirs
 * --
 * Copy files from the static directory to the public directory
 */
export declare const copyStaticDirs: () => void;
/**
 * syncStaticDir
 * --
 * Set up a watcher to sync changes from the static directory to the public directory
 */
export declare const syncStaticDir: () => void;
