import { WorldArgs } from "./types"; export declare const createMousePositionSystem: ({ world }: WorldArgs) => { start: () => void; instantiateDevicePose: () => void; stop: () => void; };