import { Limit } from "./Limit";
declare type LimitCollection = [Limit];
export default LimitCollection;
