import type { Root as KkastRoot } from "@rshirohara/kkast";
import type { Root as PxastRoot } from "@rshirohara/pxast";
import type { InternalOptions } from "./options.js";
export declare function convertRoot(tree: KkastRoot, options: InternalOptions): PxastRoot;
//# sourceMappingURL=converter.d.ts.map