import { Community, PartnerAgreementKey } from './models'; export declare const getSkillWalletAddress: () => Promise; export declare const getPAKeyByCommunity: (community: any) => Promise; export declare const getActivationNonce: (tokenId: any) => Promise; export declare const getPAUrl: (partnersAgreementAddress: any) => Promise; export declare const getTokenId: () => Promise; export declare const isQrCodeActive: (tokenId: any) => Promise; export declare const isCoreTeamMember: (communityAddress: any, user: any) => Promise; export declare const getCommunity: (partnerKey: string) => Promise; export declare const validateDomain: (partnerKey: any) => Promise; export declare const joinCommunity: (communityAddress: any, username: any, imageUrl: any, role: any, level: any, dispatch: any) => Promise; export declare const fetchSkillWallet: (dispatch?: any, checkIfExists?: any) => Promise;