import { AppInfo, Meta, PermissionType, SystemMessageDataType } from '../typings'; export declare const getCurrentLocation: () => Promise; export declare const getTime: () => Meta['time']; export declare const getAnswerForRequestPermissions: (requestMessageId: number | Long, appInfo: AppInfo, items: PermissionType[]) => Promise; //# sourceMappingURL=meta.d.ts.map