type GoTimeInput = Date | string | number; export declare function Equal(left: GoTimeInput, right: GoTimeInput): boolean; export {};