import type { RawVueCompilerOptions } from '../types'; export declare function parseVueCompilerOptions(comments: string[]): RawVueCompilerOptions | undefined;