import type { string_book } from './string_book';
/**
 * Extracts META LINK commitments from agent source
 * Returns an array of all META LINK URLs found in the agent source
 *
 * @private - TODO: [🧠] Maybe should be public?
 */
export declare function extractMetaLinks(agentSource: string_book): string[];
