import { IFindOptions, MapperObject } from '../interface/where.interface';
export declare function parserLimitOffset(options: IFindOptions<any>, table: string, columns: string, whereOptions: string, orderString: string): [string, MapperObject];
