/** Get URL for any asset from a repo */
export declare function repoAssetURL(url: string, filepath: string, version?: string): string | undefined;
/** Turn repo URL into normal URL */
export declare function repoURL(url: string): string;
