import { TimestampString } from '../types'; export declare const splitTimestamp: (timestamp: TimestampString) => [number, number];