import { ObjectNode } from '@humanwhocodes/momoa'; import { Ctx } from './types'; type PropertiesFrom = 'Feature' | 'FeatureCollection' | 'Geometry'; export declare function forbidConfusingProperties(ctx: Ctx, node: ObjectNode, propertiesFrom: PropertiesFrom): void; export {};