/** * Resolve static asset files (CSS, JS) relative to this directory. * Used by gallery-page.ts and research-page.ts to load extracted static content. */ export declare function resolveAsset(relativePath: string): string;