export interface PrefixedShardingSetting {
    prefix: string;
    shards: number[];
}
//# sourceMappingURL=PrefixedShardingSetting.d.ts.map