import { Output, Options } from "../types"; export declare function sync(root: string, options: Options): TOutput;