import type { UseCloud, URLDetails } from './types'; declare function shouldUseCloud(serviceOptions?: UseCloud, urlDetails?: URLDetails): string | boolean | undefined; export { shouldUseCloud };