import type { BookCommitment } from '../_base/BookCommitment';
/**
 * Checks if a commitment type is supported
 *
 * @param type The commitment type to check
 * @returns True if the commitment type is supported
 *
 * @public exported from `@promptbook/core`
 */
export declare function isCommitmentSupported(type: BookCommitment): boolean;
