export declare class PageOptionsDto { readonly page: number; readonly pageSize: number; get skip(): number; }