interface WatchOpts {
    file: string;
    outDir: string;
}
export declare function watch({ file, outDir }: WatchOpts): Promise<void>;
export {};
