3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
export declare function normalizeModel(model?: string): string | undefined;
|
|
export declare function normalizeModelID(modelID: string): string;
|