import { getSwarms } from './operations/getSwarms.methods';
import { getSwarm } from './operations/getSwarm.methods';
export declare const swarmOperations: {
    getSwarms: typeof getSwarms;
    getSwarm: typeof getSwarm;
};
