import { MutableRefObject } from 'react'; import { Options } from './types'; export declare const getUrl: (url: string | (() => string | Promise), optionsRef: MutableRefObject) => Promise;