import { IStateCommand } from './IStateCommand.js'; export declare class StateCommand implements IStateCommand { operation: string; namespace: string; key: string; args: string[]; constructor(operation: string, namespace: string, key: string, args: string[]); } //# sourceMappingURL=stateCommand.d.ts.map