import { KingdomError } from './KingdomError';
export declare class EntityDiscardedError extends KingdomError {
    constructor(message: string);
}
