declare function removePrefix(url: string, prefix?: string): string;
export { removePrefix };
