export declare const XboxControllerMappings: { buttons: string[]; axes: string[]; buttonAxes: string[]; buttonIndexToName: (index: number) => any; axesIndexToName: (index: number) => any; buttonAxesIndexToName: (index: number) => any; };