import { EventNotification } from "../EventNotification";
export declare class ReferenceItemSaveFailed extends EventNotification {
    Type: string;
    Source: string;
    URL: string;
    ReferenceItemName: string;
    Error: string;
}
