/**
 * Representation of the 'TextContent' schema.
 */
export type TextContent = {
    type: 'text';
    text: string;
};
//# sourceMappingURL=text-content.d.ts.map