//#region src/hooks/useMermaidCdn.d.ts
/**
 * Point the fallback loader at a mirror, or at a self-hosted copy for offline
 * and strict-CSP deployments. Resets any in-flight load.
 */
declare const setMermaidCdnUrl: (url: string) => void;
declare const getMermaidCdnUrl: () => string;
//#endregion
export { getMermaidCdnUrl, setMermaidCdnUrl };
//# sourceMappingURL=useMermaidCdn.d.mts.map