/**
 * Get the base path for the application
 * This handles various deployment scenarios including GitHub Pages
 */
export declare function getAppBasePath(): string;
/**
 * Build a full URL for a static asset, accounting for base path
 */
export declare function buildAssetUrl(path: string): string;
