export declare const joinUrl: (params: {
    schema: string;
    address: string;
    pathname: string;
}) => string;
