import { StatementMap } from '@wmde/wikibase-datamodel-types';

export class StatementState {
	[ entityId: string ]: StatementMap;
}
