export declare function addContent(content: string): {
    value: string;
};
