import { EventNotification } from "../EventNotification";
export declare class ReferenceItemSaved extends EventNotification {
    ReferenceItemVendorId: string;
    Type: string;
    Source: string;
    URL: string;
    ReferenceItemName: string;
    Result: string;
}
