import type { AstPath, Doc } from "prettier"; export declare const print: (path: AstPath) => Doc;