/**
 * @license
 * Copyright 2022 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import * as Blockly from 'blockly/core';
/**
 * Calls the `doProcedureUpdate` method on all blocks which implement it.
 *
 * @param workspace The workspace within which to trigger block updates.
 * @internal
 */
export declare function triggerProceduresUpdate(workspace: Blockly.Workspace): void;
//# sourceMappingURL=update_procedures.d.ts.map