import { RecyclingMeta } from '@/types/locatorApi'; export interface StartLoaderResponse { tip?: Promise; } export default function startLoader(): { tip: Promise; };