/** * Add a like to a shared block. * ```typescript * Textile.likes.add(blockId); * ``` */ export declare function add(blockId: string): Promise;