export declare function fetchModel({ model, modelId, }: { model: string; modelId: number; }): Promise;