export declare function getVelocity(): {
    record: (y: any) => void;
    getVelocity: (y: any) => number;
};
