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