export declare const useExtensionCabinets: () => {
    openExtensionCabinet: (id: string, remote?: boolean) => void;
    isInstalled: (id: string) => boolean;
};
