/** * System Functions * @public * @noSelf */ declare namespace system { function wait(ms: int): void function yield(ms: int): void }