import Action from './Action';
export default class MutationLog {
    actions: Action[];
}
