import type { Bot } from '@mattermost/types/bots'; import type { GlobalState } from '@mattermost/types/store'; export declare const ExternalBotAccountNames: string[]; export declare function getBotAccounts(state: GlobalState): Record; export declare const getExternalBotAccounts: (state: GlobalState) => Record;