export declare class Validate { static limitParam(limit: number): void; static pageParam(page: number): void; }