import { OutputOptions } from './options'; import { PathReference } from '../filesystem/contracts'; import { Snapshot } from '../snapshot/snapshot'; export declare const transformInplace: (path: PathReference, snapshot: Snapshot, options: OutputOptions) => void;