import { HubSpotConfigAccount } from '@hubspot/local-dev-lib/types/Accounts'; import { ActionName, LinkContext } from '../../types/Link.js'; import { HsSettingsFile } from '@hubspot/local-dev-lib/types/HsSettings'; export declare function promptForAction(state: HsSettingsFile): Promise; export declare function promptForDefaultAccount(accounts: number[], currentDefaultAccount: number | undefined, prompt?: string): Promise; export declare function promptForAccountsToLink(context: LinkContext, eligibleAccounts: HubSpotConfigAccount[], inEligibleAccounts: HubSpotConfigAccount[], localDefaultAccount: number | undefined): Promise; export declare function promptForAccountsToUnlink(accounts: number[], localDefaultAccount: number | undefined): Promise;