import { Timestamp } from './types'; export declare const parse: (input: string, { timezone }?: { timezone?: string; }) => Timestamp | undefined;