/**
 * Representation of the 'ReasoningBlock' schema.
 */
export type ReasoningBlock = {
    content?: string;
    signature?: string;
};
//# sourceMappingURL=reasoning-block.d.ts.map