import { HubSpotConfigAccount } from '@hubspot/local-dev-lib/types/Accounts'; export declare function sortAndMapAccounts(accounts: HubSpotConfigAccount[]): { [key: string]: HubSpotConfigAccount[]; }; export declare function getAccountData(mappedAccountData: { [key: string]: HubSpotConfigAccount[]; }): string[][]; export declare function renderAccountTable(showAllLabel?: boolean): void;