import type { Options } from 'prettier'; import type { PrettierVuePluginOptions } from '../types'; export declare const resolvePrettierOptions: ({ filepath, physicalFilepath, pluginOptions }: { filepath: string; physicalFilepath: string; pluginOptions: PrettierVuePluginOptions; }) => Promise;