export declare const UVUE_CLASS_NAME_PREFIX = "Gen"; export declare const DEFAULT_APPID = "HBuilder"; export declare const ENTRY_FILENAME = "index.uts"; export declare function parseImports(code: string): Promise; export declare function kotlinOutDir(): string; export declare function uvueOutDir(): string; export declare function isVue(filename: string): boolean; export declare function stringifyMap(obj: unknown, ts?: boolean): string; export declare function parseUTSRelativeFilename(filename: string): string; export declare function parseUTSImportFilename(filename: string): string; type UniCloudSpace = { provider: string; spaceName: string; spaceId: string; clientSecret?: string; endpoint?: string; workspaceFolder?: string; }; export declare function getUniCloudSpaceList(): Array; type UniCloudObjectInfo = { name: string; methodList: string[]; }; export declare function getUniCloudObjectInfo(uniCloudSpaceList: Array): Array; export declare function addExtApiComponents(components: string[]): void; export declare function getExtApiComponents(): Set; export declare function genClassName(fileName: string, prefix?: string): string; export {};