import { GenerateOptions } from './generate'; export declare const watch: (filePath: string, outputPath: string, generateOptions?: GenerateOptions | undefined) => void;