export declare const CONTENT_FORMAT: {
    TEXT: string;
    HTML: string;
};
export declare const CONTENT_FORMAT_VALUES: string[];
