export declare const $Pagination: { readonly properties: { readonly pageNumber: { readonly type: "number"; readonly format: "int32"; }; readonly count: { readonly type: "number"; readonly format: "int32"; }; readonly pageSize: { readonly type: "number"; readonly format: "int32"; }; readonly nextPage: { readonly type: "number"; readonly format: "int32"; }; readonly totalPages: { readonly type: "number"; readonly format: "int32"; }; }; };