import { CompanyDTO } from "../CompanyDTO";
import { EventNotification } from "../EventNotification";
export declare class CompanyAdded extends EventNotification {
    Company: CompanyDTO;
}
