import { ActionFunc } from "../types/actions";
export declare function removeNotVisibleUsers(): ActionFunc;
