import { getSwarms } from './operations/getSwarms.methods';
import { getSwarm } from './operations/getSwarm.methods';

export const swarmOperations = {
	getSwarms,
	getSwarm,
};
