import { SMARTLINK_BASE_URL } from "./constants";
import { Environment } from "./types";
export declare const urlStringToUrlObject: (url: string) => string;
export declare const assembleURLWithOriginHashAndPin: (baseURL: (typeof SMARTLINK_BASE_URL)[Environment], hash: string, pin?: string) => string;
export declare const getEnviroment: (path: string) => Environment;
//# sourceMappingURL=functions.d.ts.map