import { ThemeIcon } from '../../../../util/vs/base/common/themables'; /** * Represents a specific point in time. */ export type Instant = number; export declare function overrideNowValue(value: number): void; export declare function now(): Instant; export declare namespace Icon { type t = { themeIcon: ThemeIcon; svg: string; }; const circleSlash: t; const error: t; const skipped: t; const lightbulbFull: t; const database: t; const gitMerge: t; const loading: t; const check: t; const thumbsdown: t; } export declare function shortenOpportunityId(opportunityId: string): string; export declare function checkIfCursorAtEndOfLine(lineWithCursor: string, cursorOffsetZeroBased: number): boolean; //# sourceMappingURL=utils.d.ts.map