The common namespace exposes SDK lifecycle methods and helpful constants. It contains symbols and functions that are going to use in every usage of the SDK. They can be imported as follows:

import { initialize, constants } from "@qonto/embed-sdk/common";

Read on to understand the different symbols and functions available in the common namespace.