import { RestfulEndpoint } from "@mongez/http"; export declare const nonPaginated: (service: RestfulEndpoint) => Promise>; export declare const nonPaginatedRequest: (service: RestfulEndpoint) => () => Promise>; //# sourceMappingURL=nonPaginated.d.ts.map