import type { GetModelInfoRequest, GetModelInfoResponse } from "../../../schemas/index"; export declare function handleGetModelInfo(request: GetModelInfoRequest): Promise; //# sourceMappingURL=get-model-info.d.ts.map