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

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

export * from './operation_message';

export type LcGoogleGeminiV12TextNode = LcGoogleGeminiV12TextMessageNode;