import { Node } from 'estree';
import { Printer } from 'prettier';
/** This is a proxy because the original printer is only set at run time. */
export declare const multilineArrayPrinter: Printer<Node>;
