/** * Flacg a Block by BlockId * ```typescript * Textile.flags.add(blockId); * ``` */ export declare function add(blockId: string): Promise;