export declare const APISETTING: { pageField: string; sizeField: string; listField: string; totalField: string; }; export declare const PAGESIZES: number[]; export declare const DEFAULTPAGESIZE = 10;