import { EventNotification } from "../EventNotification";
export declare class ReferenceItemNotFound extends EventNotification {
    ReferenceItemVendorId: string;
    ItemId: string;
}
