import { Exception } from './exception'; export declare class KeyNotFoundException extends Exception { constructor(message?: string); }