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