import { GameObjects } from 'phaser'; export declare const PathFollowerComponentSetterMap: { readonly path: (gameObject: GameObjects.Components.PathFollower) => (value: Phaser.Curves.Path | undefined) => void; };