import type { CacheControl } from './cache-control.js';
/**
 * Representation of the 'SchemasTextContent' schema.
 */
export type SchemasTextContent = {
    type: 'text';
    text: string;
    cache_control?: CacheControl;
};
//# sourceMappingURL=schemas-text-content.d.ts.map