import type { Section } from "../models/Section"; type UseSectionsProps = { searchText?: string | null; enabled?: boolean; }; export declare const useSections: ({ searchText, enabled, }?: UseSectionsProps) => import("@tanstack/react-query").UseQueryResult; export {};