import { Exception } from '@lightningkite/khrysalis-runtime';
export declare class ItemNotFound extends Exception {
    constructor(message: string);
}
