export function writeSync(
  path: string,
  content: import("./interfaces").Tree
): void;
