export declare const BOOTING = "aiware-header-bar/booting"; export declare const BOOTED = "aiware-header-bar/booted"; export declare const boot: () => { type: string; }; export declare const onBooted: () => { type: string; };