/**
 * Representation of the 'ResponseFormatText' schema.
 */
export type ResponseFormatText = {
    /**
     * The type of response format being defined: `text`
     */
    type: 'text';
};
//# sourceMappingURL=response-format-text.d.ts.map