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