export declare const getBlockletMountPointInfo: (name: string) => any; export declare function isLocalImage(src: string): boolean; export declare function joinImageUrl(src: string): string; export declare function uploadImageToMediaKit(elements: any, files: any): Promise; export declare function covertImageWithMediaKitPath(elements: any, files: any): void;