import { RuntimeEngine, SelectManager } from '@easytwin/runtime'; export declare const useSelectManager: (engine: RuntimeEngine | undefined) => SelectManager | undefined;