/** * Ignore a Thread share. * ```typescript * Textile.ignores.add(blockId); * ``` */ export declare function add(blockId: string): Promise;