/** @packageDocumentation * @module OrbitGT */ /** * Class ASystem defines low level capabilities of the runtime platform. */ /** @internal */ export declare class ASystem { private static TIME0; private constructor(); static assert0(condition: boolean, message: string): void; static assertNot(condition: boolean, message: string): void; static time(): number; } //# sourceMappingURL=ASystem.d.ts.map