import { RuntimeException } from './runtime.exception';
export declare class NotFoundException extends RuntimeException {
}
