declare function _default({ waypoint }: {
    waypoint: any;
}): ((req: any, res: any, next: any) => any)[];
export default _default;
