import type { PxastContent, Root } from "@rshirohara/pxast";
type PxastNode = PxastContent | Root;
type Postprocessor<T extends PxastNode> = (node: T) => T;
export declare const postprocess: Postprocessor<Root>;
export {};
//# sourceMappingURL=postprocessor.d.ts.map