export declare function getMillisecondsFromSeconds(sec: number): number; export declare const sumAndSubtract: (...a: readonly any[]) => any; export declare const compareSumTo: (...a: readonly any[]) => any; export declare function getOffesetDifference(minuend: number, subtrahend: number): number;