import type { ProcessedModel, ShardDetection } from "./types"; export declare function detectShardedModel(filename: string): ShardDetection; export declare function groupShardedModels(models: ProcessedModel[]): ProcessedModel[]; //# sourceMappingURL=shards.d.ts.map