import { AbstractException } from './AbstractException'; /** @codex-xmi-id 0b3d6fef-1b50-565b-93ee-6cd5d50594c0 */ export declare class NotFoundException extends AbstractException { message: string; constructor(message: string); }