import type { Root as KkastRoot } from "@rshirohara/kkast";
import type { Root as PxastRoot } from "@rshirohara/pxast";
import { type Options } from "./options.js";
export declare function toKkast(tree: PxastRoot, options?: Options | null): KkastRoot;
//# sourceMappingURL=index.d.ts.map