export declare function constructUrl(url: string, base: string, omitTrailing?: boolean): string;
