export declare function filterList(list: any, subObject: any, objectParam: any, query: any): any; export declare function filterListContain(list: any, subListObject: any, objectParam: any, query: any): any; export declare const getLastItem: (listItem: any, orderField: any) => any; export declare const getNextItem: (listItem: any, orderField: any) => any;