import { ARClickability as _ArClickability } from "./ArClickability";
import { ArSmoothedControls as _ArSmoothedControls } from "./ArSmoothedControls";
import { ArToolkitContext as _ArToolkitContext } from "./ArToolkitContext";
import { ArToolkitProfile as _ArToolkitProfile } from "./ArToolkitProfile";
import { ArToolkitSource as _ArToolkitSource } from "./ArToolkitSource";
import { ArMarkerCloak as _ArMarkerCloak } from "./ArMarkerCloak";
import { ArMarkerControls as _ArMarkerControls } from "./ArMarkerControls";
import { ArMarkerHelper as _ArMarkerHelper } from "./ArMarkerHelper";
import { ArVideoInWebgl as _ArVideoInWebgl } from "./ArVideoInWebgl";
import { HitTestingPlane as _HitTestingPlane } from "./HitTestingPlane";
import { Anchor as _Anchor } from "./new-api/Anchor";
import { Session as _Session } from "./new-api/Session";
import { SessionDebugUI as _SessionDebugUI } from "./new-api/DebugUI";
import { AnchorDebugUI as _AnchorDebugUI } from "./new-api/DebugUI";
import { Utils as _Utils } from "./new-api/Utils";
import { HitTesting as _HitTesting } from "./new-api/HitTesting";
export declare namespace THREEx {
    const ArClickability: typeof _ArClickability;
    const ArSmoothedControls: typeof _ArSmoothedControls;
    const ArToolkitContext: typeof _ArToolkitContext;
    const ArToolkitProfile: typeof _ArToolkitProfile;
    const ArToolkitSource: typeof _ArToolkitSource;
    const ArMarkerCloak: typeof _ArMarkerCloak;
    const ArMarkerControls: typeof _ArMarkerControls;
    const ArMarkerHelper: typeof _ArMarkerHelper;
    const ArVideoInWebgl: typeof _ArVideoInWebgl;
    const HitTestingPlane: typeof _HitTestingPlane;
}
export declare namespace ARjs {
    const Anchor: typeof _Anchor;
    const Context: typeof _ArToolkitContext;
    const Profile: typeof _ArToolkitProfile;
    const Session: typeof _Session;
    const SessionDebugUI: typeof _SessionDebugUI;
    const AnchorDebugUI: typeof _AnchorDebugUI;
    const Source: typeof _ArToolkitSource;
    const Utils: typeof _Utils;
    const HitTesting: typeof _HitTesting;
}
