import { AngieInteractionMode } from './types'; export declare const setAngieInteractionMode: (mode: AngieInteractionMode) => boolean;