declare const usePrettier: () => {
    format: (content: string) => string;
};
export default usePrettier;
