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