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