/** * VoiceOver containments for use with move commands. */ export declare enum Containments { InteractIn = "into item", InteractOut = "out of item" }