import type { Printer } from 'prettier';
import type { ASTNode } from './ast';
export declare const printer: Printer<ASTNode>;
