import { ForbiddenException } from '@nestjs/common'; export declare class PaginationForbiddenException extends ForbiddenException { constructor(); }