import { IQuery } from '@nestjs/cqrs'; export declare class GetStorageFileQuery implements IQuery { readonly ids: string[]; static readonly type = "[StorageFile] Get files"; constructor(ids: string[]); }