import { HubSpotConfigAccount } from '@hubspot/local-dev-lib/types/Accounts'; import { FetchDeveloperTestAccountsResponse } from '@hubspot/local-dev-lib/types/developerTestAccounts.js'; import { Environment } from '@hubspot/local-dev-lib/types/Accounts'; export declare function getHasDevTestAccounts(appDeveloperAccountConfig: HubSpotConfigAccount): boolean; export declare function validateDevTestAccountUsageLimits(accountConfig: HubSpotConfigAccount): Promise; export declare function handleDeveloperTestAccountCreateError(err: unknown, accountId: number, env: Environment, portalLimit: number): never;