declare function relativeUrlHelper(from?: string, to?: string): string;
export = relativeUrlHelper;
