import { LocalDataSourceDescription } from "./LocalDataSourceDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PagedDataSourceDescription extends LocalDataSourceDescription { static $t: Type; protected get_type(): string; constructor(); }