import * as prettier from 'prettier';

declare const astroConfig: prettier.Options;

export { astroConfig as default };
