import { NotifyServiceAPI, UploadServerAPI } from "../composition/type";
export declare const GetService: {
    getNotify: (notifyServiceToken?: string) => NotifyServiceAPI;
    getServerAPI: (uploadServerToken?: string) => UploadServerAPI;
};
