import { ScopeData, EnabledFeaturesResponse, ScopeAuthorizationResponse } from '../types/Accounts.js'; import { PublicAppInstallationData } from '../types/Apps.js'; import { HubSpotPromise } from '../types/Http.js'; export declare function fetchScopeData(accountId: number, scopeGroup: string): HubSpotPromise; export declare function fetchScopeAuthorizationData(accountId: number): HubSpotPromise; export declare function fetchAppInstallationData(portalId: number, projectId: number, appUid: string, requiredScopeGroups: Array, optionalScopeGroups?: Array): HubSpotPromise; export declare function fetchEnabledFeatures(accountId: number): Promise>;