import type { Doc } from "prettier"; import * as PrettierTypes from "./prettier-types"; export declare function printMacro(path: PrettierTypes.AstPath, print: PrettierTypes.RecursivePrintFunc, options: any): Doc; //# sourceMappingURL=macro.d.ts.map