export declare function monitor(sourcePaths: string[], args: string[]): {
    dispose: () => void;
};
