/**
 * Google Gemini - Text Resource
 * Re-exports all operation types for this resource.
 */

import type { LcGoogleGeminiV1TextMessageNode } from './operation_message';

export * from './operation_message';

export type LcGoogleGeminiV1TextNode = LcGoogleGeminiV1TextMessageNode;