/** * @category Hooks */ export declare const useSandpackNavigation: (clientId?: string) => { refresh: () => void; back: () => void; forward: () => void; };