export * as ReplicaSet from './ReplicaSet';

export type ReplicaSet = typeof ReplicaSet;
