import { ActionError } from './ActionError';
export declare class NotFoundError extends ActionError {
    constructor(message: string, itemType: string, key?: any);
}
