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