/** * Resolves the framework-specific Storybook URL for the current component page. * @param currentUrl - Current page URL * @param frameworkRaw - Framework name ('react', 'angular', 'vue', 'html') * @returns Storybook URL or undefined when the component route cannot be determined */ export declare function getShowCodeHref(currentUrl: string, frameworkRaw: string | null | undefined): string | undefined;