export * from './AbstractOperation';
export * from './ConcatOperation';
export * from './ReplaceOperation';
export * from './Operation';
