export function safeCodeAsKey(name: any): string; /** * 获取变量初始值 * @param {*} variable * @param {*} URLParamRetrieval 从地址栏获取 * @returns */ export function genVarInitialVal(variable: any, URLParamRetrieval: any): string; /** * 获取组件入参的类型 * @param {*} typeAnnotation */ export function getPropsType(typeAnnotation: any): string; export function translatorForLegacy(definition: any, view: any, autoSplitComponent?: boolean): { scriptCode: string; storeCode: string; compScriptCode: string; } | { scriptCode: string; storeCode: string; compScriptCode?: undefined; }; //# sourceMappingURL=legacy.d.ts.map