export declare function getLastUserRetryParts(messagesResponse: unknown): Array<{ type: "text"; text: string; }>;