import PathFinder from './PathFinder';

export default function (
    gameObject: Phaser.GameObjects.GameObject,
    config?: PathFinder.IConfig
): PathFinder;

export default function(
    config?: PathFinder.IConfig
): PathFinder;