import {SymbolsSequenceDescribing, SymbolsSequenceModifying} from "pokie";

export interface SymbolsSequenceRepresenting extends SymbolsSequenceDescribing, SymbolsSequenceModifying {}
