import type { CommitmentToolFunctions } from './commitmentToolFunctions'; /** * Gets all function implementations provided by all commitments * * Note: This function is intended for browser use, there is also equivalent `getAllCommitmentsToolFunctionsForNode` for server use * * @public exported from `@promptbook/browser` */ export declare function getAllCommitmentsToolFunctionsForBrowser(): CommitmentToolFunctions;