import type { Config, GenJsonResult } from './types'; export declare const docVue3: (code: string, config: Config) => string | GenJsonResult;