interface Args { } export declare const createBoxingWorld: ({}?: Args) => import("@chantey/ecs").World; export declare type BoxingWorld = ReturnType; export {};