export declare function buildRetryModelPayload(model: string): { model: { providerID: string; modelID: string; }; variant?: string; } | undefined;