/** * Standalone prettier formatter with typescript parser * to format the generated code. */ export declare const prettierFormat: (code: string) => string; //# sourceMappingURL=index.d.ts.map