/** * Convert gateway-style ids (e.g. "provider/model") into canonical * TokenLens ids ("provider:model"). If already canonical, returns input. */ export declare function toModelId(gatewayId?: string): string | undefined; //# sourceMappingURL=id.d.ts.map