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