import type { PartitionerArgs } from "kafkajs";
declare const CustomPartitioner: {
    roundRobinNumber: () => (params: PartitionerArgs) => number;
    roundRobin: () => (params: PartitionerArgs) => number;
};
export { CustomPartitioner };
