export declare const getLastItemInCollection: (collection: any, searchBy: any) => Promise<any>;
