import { AdminCustomersListRes } from "../../api";
declare const listAndCount: (scope: any, query: any, body: any) => Promise<AdminCustomersListRes>;
export default listAndCount;
