import { EnhancedPOI, EnhancedPOIs } from '@local-logic/types'; export declare function generateEnhancedPOIs(categories?: Partial>, location?: { lat: number; lng: number; }): { results: EnhancedPOI[]; }; //# sourceMappingURL=enhancedPois.d.ts.map