/** * Add a new comment to a Thread by blockId. * ```typescript * Textile.comments.add(blockId, body); * ``` */ export declare function add(blockId: string, body: string): Promise;