import type { ConfigSidebarFolder, ConfigSidebarLink, ConfigSidebarPage, SidebarItem } from './configTypes.js'; /** Checks an object against a Typebox schema and returns the errors */ export declare function getSchemaErrors(item: T, schema: any): import("@sinclair/typebox/errors").ValueError[]; /** Recursively iterate over the sidebar items and their children */ export declare function recursiveSidebarIterate(node: SidebarItem, callback: (node: SidebarItem) => void): void; //# sourceMappingURL=utils.d.ts.map