import Pageable from './Pageable'; import PageSpec from './PageSpec'; export declare class PageableFactory { static sample(elements: T[], pageSpec?: Partial): Pageable; }