/** Expand a sharded GGUF path into `.tensors.txt` plus all shards. */ export declare function expandGGUFIntoShards(modelPath: string): string[]; //# sourceMappingURL=expand-gguf-shards.d.ts.map