/** * @category Hooks */ export declare const useSandpackShell: (clientId?: string) => { restart: () => void; openPreview: () => void; };