import type { CredentialCheckStatus } from 'n8n-workflow';
import type { ChatShellViewModel } from './types';
export declare function buildChatShellViewModel(credentials: CredentialCheckStatus[], visitorEmail?: string): ChatShellViewModel;
export declare function connectBarText(vm: ChatShellViewModel, testMode?: boolean): string;
