export declare const queryReachUser: ({ viewId, viewedType, limit, token, }: {
    viewId: Amity.ViewedUsersLiveCollection['viewId'];
    viewedType: Amity.ViewedUsersLiveCollection['viewedType'];
    limit: number;
    token?: string | undefined;
}) => Promise<any>;
//# sourceMappingURL=queryReachUser.d.ts.map