declare class Time { static timeout(timeMS: number, signal?: AbortSignal): Promise; } export { Time }; //# sourceMappingURL=Time.d.ts.map