export declare function In(v: any, overshoot: any): number; export declare function Out(v: any, overshoot: any): number; export declare function InOut(v: any, overshoot: any): number;