import Range from "./range/range"; export default interface Limit { limit?: Range; }