import type { FileInfo, ParsingResultProperty, VueSFCContext } from '../ast-parse/astParse'; export declare function parseVueSfc(fileInfo: FileInfo): VueSFCContext; export declare function parseScriptSfc(fileInfo: FileInfo, lang?: string): any; export declare function parseIdentifierFromBodyNodes(bodyNodes: any[], paramName: string): ParsingResultProperty[][];