export interface ILimitOption { offset: number; num: number; } //# sourceMappingURL=ILimitOption.d.ts.map