export declare function quickPathSearch(search: RoomPosition, path: RoomPosition[], reverse?: boolean): number;
