import type { ParsedCommitment } from '../../../commitments/_base/ParsedCommitment';
/**
 * Resolves the last INITIAL MESSAGE commitment, which is the public initial-message value.
 *
 * @private internal utility of `parseAgentSource`
 */
export declare function extractInitialMessage(commitments: ReadonlyArray<ParsedCommitment>): string | null;
