export declare function timestamp( date?: Date, separator_minor?: string, separator_major?: string ): string; export default timestamp;