import { ICommand } from '@nestjs/cqrs'; export declare class IntegrationDelCommand implements ICommand { readonly id: string; static readonly type = "[Integration] Delete"; constructor(id: string); }