import { DuochatConfig } from './types'; export type { DuochatConfig, DuochatCommand, PostMessagePayload, WidgetAppearanceConfig, ConfigSyncPayload, } from './types'; export declare function boot(config: DuochatConfig): void; export declare function show(): void; export declare function hide(): void; export declare function update(attributes: Partial): void; export declare function shutdown(): void; declare function Duochat(config: DuochatConfig): void; declare global { interface Window { Duochat: typeof Duochat; } } export default Duochat; //# sourceMappingURL=index.d.ts.map