export declare class PaginationRequestWithIDAndWithoutSortOptions extends null { 'pageNum'?: any | null; 'pageSize'?: any | null; 'id': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): any; }