/** Parse timestamp and return number in seconds */ export default function parseTimestamp(timestamp: string): number;