import { GetAssets, GetFolders, GetUsers } from "../types"; export declare const getAssets: GetAssets; export declare const getFolders: GetFolders; export declare const uploadImage: (props: any) => Promise; export declare const createFolder: (props: any) => Promise; export declare const getCurrentUserId: () => Promise; export declare const getUsers: GetUsers;