import { Node } from '../types'; export declare function cloneAstWithOriginals(ast: T, src: string): T;