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