import { TezosOperationType } from '../TezosOperationType';
export interface TezosOperation {
    kind: TezosOperationType;
}
