declare const getUrlSync: () => string | null | undefined;
export default getUrlSync;
