.architecture!: () => Str .machine!: () => Str .node!: () => Str .platform!: () => Str .processor!: () => Str .python_build!: () => Str .python_compiler!: () => Str .python_branch!: () => Str .python_implementation!: () => Str .python_revision!: () => Str .python_version!: () => Str .python_version_tuple!: () => (Str, Str, Str) .uname!: () => {.system = Str; .node = Str; .release = Str; .version = Str; .machine = Str}