export declare function toFireworksPublicModelId(modelId: string): string; export declare function toFireworksWireModelId(modelId: string): string; /** * Fire Pass exposes its Kimi K2.6 Turbo subscription through a dedicated router * endpoint at `accounts/fireworks/routers/` rather than the `models/` namespace. * We keep a friendly public id (e.g. `kimi-k2.6-turbo`) in the catalog and translate * to the wire form (`accounts/fireworks/routers/kimi-k2p6-turbo`) at request time. */ export declare function toFirepassPublicModelId(modelId: string): string; export declare function toFirepassWireModelId(modelId: string): string;