export interface Options { fractionDigits?: 0 | 1 | 2 | 3; } export default function formatRFC3339(date: string, options?: Options): string;