import { BadRequestException, NotFoundException } from '@nestjs/common'; export declare class ExtensionNotFoundException extends NotFoundException { constructor(type: string); } export declare class ExtensionNotConfigurableException extends BadRequestException { constructor(type: string); }