import { Command } from '@my-devkit/core'; export declare class CreateRelationCommand extends Command { projectId: string; objectIds: string[]; handlerName: string; boundedContext: string; subscriptionName: string; constructor(); }