import type { Printer } from 'prettier';
export * from './comment';
export declare const print: Printer<any>['print'];
