import type { ScopeType } from '../../types/analysis'; export declare function formatPalaceName(name: string): string; export declare function normalizePalaceName(name: string): string; export declare function mapZiweiTopicLabel(topic: string): string; export declare function mapZiweiReportTypeLabel(reportType: string): string; export declare function mapZiweiScopeLabel(scope: ScopeType): string;