/** * Converts a timestamp to ms, if it was in s, or keeps it as ms. */ export declare function timestampToMs(timestamp: number): number; //# sourceMappingURL=timestampToMs.d.ts.map