import { type CopyFilesOptions } from '@tsbb/typescript';
/**
 * Used to monitor file changes and copy related files, such as: xx.jpg
 * @param entry ['/path/to/main.ts', '/path/to/demo/']
 * @param options
 */
export declare const watcherCopyFiles: (entry?: string[], options?: CopyFilesOptions) => Promise<void>;
