import { ENV } from '.'; import { AuthenticatedUserInfoSmartID, GetAccountsInfoArguments, GetAccountsInfoResponse } from 'services/accountInfo/types'; export declare const getAuthenticatedUserInfoSmartID: ({ env, authToken, }: any) => Promise; export declare const getAccountsInfo: ({ filter, limit, page, env, }: GetAccountsInfoArguments) => Promise; export declare const getAppsInteractions: ({ env, authToken }: any) => Promise; export declare const getCollectedItems: ({ env, authToken, appID }: any) => Promise; export declare const getAllCollectedItems: ({ env, authToken }: any) => Promise; export declare const tutorialLinks: ({ env }: { env: ENV; }) => Promise; export declare const createStamp: ({ env, secretKey, appId, name, stampImg }: any) => Promise; export declare const mintStamp: ({ env, authToken, stampId, count, dropId }: any) => Promise; export declare const getMintedStamps: ({ env, authToken }: any) => Promise;