import { FormatOptions } from '.';
export declare function formatTimestamp(timestamp: number, options?: FormatOptions): string;
