import type prettier from 'prettier'; type Options = Pick; export declare const formatPrettier: (source: string, options: Options) => Promise; export {};