import { getAppToken, getAppTokenAsync } from '../../../common/apis/generated/web/getAppToken'; import { getClientInfo, getClientInfoAsync } from '../../../common/apis/generated/web/getClientInfo'; declare const _default: { getAppToken: (args: { appName: string; appKey: string; } & import("@hylid/types").AsyncCallback<{ appToken: string; }>) => void; getClientInfo: (args: import("@hylid/types").AsyncCallback<{ 'client.version': string; umidToken?: string | undefined; 'os.name': string; verion: string; 'os.version': string; 'device.id': string; channelId?: string | undefined; model: string; device: string; }>) => void; }; export default _default; export { getAppToken, getClientInfo }; export { getAppTokenAsync, getClientInfoAsync };