import { Options } from 'prettier';

declare const config: Options;
export default config;

export { }
