/** * © 2022 WavePlay */ declare const localUrl: string | null; declare const tunnelUrl: string | null; export { localUrl, tunnelUrl };