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