export declare enum Configuration { NODE_URL = "nodeUrl", PROFILE_CONTRACT_AUTHORITY_ID = "profileContractAuthorityId", PROFILE_CONTRACT_ID = "profileContractId", GETSTREAM_CLIENT_ID = "getstreamClientId", REFERRERS_TOTAL_COUNT = "referrersTotalCount", GETSTREAM_ROOT_USER = "getstreamRootUser", GETSTREAM_WELCOME_MESSAGE = "getstreamWelcomeMessage", GETSTREAM_INITIAL_MESSAGE = "getstreamInitialMessage", NFT_PROTOCOL_CONTRACT_ID = "nftCollectionsContractId" } export declare const getConfigValue: (key: Configuration) => Promise;