/**
 * @param {string} jsonSchemaId
 * @returns {string}
 */
export function extractSchemaVersion(jsonSchemaId: string): string;
/**
 *
 * @param {string} name
 *
 * @return {asserts name is import('@comapeo/schema/dist/types.js').SchemaName}
 */
export function isValidSchemaName(name: string): asserts name is import("@comapeo/schema/dist/types.js").SchemaName;
