/**
 * Helper functions for working with resources in the application
 */
/**
 * Converts a relative path to an asset URL that works in both development and production
 *
 * @param path The relative path to the asset
 * @returns The absolute URL to the asset
 */
export declare const getAssetUrl: (path: string) => string;
