/** * Open the block sidebar for the given client ID. * * @param {string} clientId - The client ID of the block to open the sidebar for. */ export declare function openBlockSidebar(clientId: string): void;