import { Schema } from './schema';
export declare type PrettierOptions = Omit<Schema, 'eslintFileFormat'>;
