import { Paging } from '@angular-boot/util'; export declare class ListQueryParam { paging?: Paging; itemId?: string; term?: string; constructor(); }