export interface IStateCommand { operation: string; namespace: string; key: string; args: string[]; } //# sourceMappingURL=IStateCommand.d.ts.map