/** Content */
export interface Content {
    /** Content */
    content: string;
    /** Type of the content */
    type: string;
}
//# sourceMappingURL=Content.d.ts.map