import { ICommand } from '@nestjs/cqrs'; export declare class LanguageInitCommand implements ICommand { static readonly type = "[Language] Init"; constructor(); }