import type { types as t } from "@marko/compiler"; export default function withPreviousLocation(newNode: T, originalNode: t.Node): T;