export declare const getAssets: (props: any) => Promise; export declare const getFolders: (props: any) => Promise; export declare const uploadImage: (props: any) => Promise; export declare const createFolder: (props: any) => Promise; export declare const getCurrentUserId: (props: any) => Promise; export declare const getUsers: (props: any) => Promise<{}>;