import { IOrder } from "../../IOrder";
/**
 * Converts whenEvent/thenAciton ce_id/ce_type to co_id/co_type
 */
declare class Migration implements IOrder {
    execute(projectJson: unknown): void;
}
declare const migration: Migration;
export default migration;
