type GoldenShardConfig = { readonly shardIndex: number; readonly shardCount: number; }; export declare const registerGoldenTestShard: (cfg: GoldenShardConfig) => void; export {}; //# sourceMappingURL=golden-shards.d.ts.map