import { HubSpotConfigAccount } from '@hubspot/local-dev-lib/types/Accounts'; export declare function isStandardAccount(accountConfig: HubSpotConfigAccount): boolean; export declare function isSandbox(accountConfig: HubSpotConfigAccount): boolean; export declare function isStandardSandbox(accountConfig: HubSpotConfigAccount): boolean; export declare function isDevelopmentSandbox(accountConfig: HubSpotConfigAccount): boolean; export declare function isDeveloperTestAccount(accountConfig: HubSpotConfigAccount): boolean; export declare function isAppDeveloperAccount(accountConfig: HubSpotConfigAccount): boolean; export declare function isTestAccountOrSandbox(accountConfig: HubSpotConfigAccount): boolean; export declare function isUnifiedAccount(account: HubSpotConfigAccount): Promise;