The standard library ships with the compiler. Every module lives under Std, nothing is imported implicitly, and a program imports exactly what it uses. This page is a map; the API reference documents every public declaration.
Every declaration in the API reference shows its signature and its documentation. You can also search by type shape from the home page: searching Str -> UInt32 finds functions that take text and return a 32-bit number.