import type { string_knowledge_source_content } from '../../../types/string_knowledge_source_content';
import type { string_name } from '../../../types/string_name';
/**
 * Creates unique name for the source
 *
 * @public exported from `@promptbook/editable`
 */
export declare function knowledgeSourceContentToName(knowledgeSourceContent: string_knowledge_source_content): string_name;
