export { _ as Layout, a as NotFound, i as injectDarkMode, s as setupDarkMode } from '../NotFound-CTio6kCh.js';
import 'vue';
import '@vuepress/helper/client';
import '../slots-Bt1PQIHa.js';
import '@vuepress/plugin-reading-time/client';
import 'vuepress/shared';

/**
 * Create sidebar items ref and provide as global computed in setup
 */
declare const setupSidebarItems: () => void;

interface ScrollPromise {
    wait(): Promise<void> | null;
    pending: () => void;
    resolve: () => void;
}
declare const scrollPromise: ScrollPromise;

export { scrollPromise, setupSidebarItems };
