import { Constructor, MotionNextOperable, ObservableWithMotionOperators } from '../types'; export interface MotionInvertible { inverted(): ObservableWithMotionOperators; } export declare function withInverted>>(superclass: S): S & Constructor>;