type SuperTokensAppInfo = { appName: string; apiDomain: string; apiBasePath: string; }; export declare function normalizeSuperTokensAppInfo(appInfo?: SuperTokensAppInfo): SuperTokensAppInfo | undefined; export declare function syncUserToSuperTokens(accessToken: string, appInfo: SuperTokensAppInfo): Promise; export {};