import { Timestamp } from '.';
export declare const RE_TIMESTAMP: RegExp;
export declare function parseTimestamps(value: string): Timestamp;
