declare const Long: any; export type TTimeSpan = { value: number | typeof Long; scale: number; }; export {};