import { SPACE_TYPE_CHANNEL, SPACE_TYPE_GROUP, SPACE_TYPE_TEAM } from "@qihoo/tuitui-bot-sdk"; export { SPACE_TYPE_CHANNEL, SPACE_TYPE_GROUP, SPACE_TYPE_TEAM }; export declare function file_space_list(account: any, sessionKey: string): Promise; export declare function file_space_add(account: any, sessionKey: string, cloud_filepath: string, url_or_localpath: string): Promise;