import { OrganizationContactEditByEmployeeHandler } from './organization-contact.edit-by-employee.handler'; import { OrganizationContactCreateHandler } from './organization-contact-create.handler'; export declare const CommandHandlers: (typeof OrganizationContactEditByEmployeeHandler | typeof OrganizationContactCreateHandler)[];