import type { SectionEntry } from "../models/SectionEntry"; type UseSectionEntriesProps = { sectionId?: number | null; }; export declare const useSectionEntries: ({ sectionId }: UseSectionEntriesProps) => import("@tanstack/react-query").UseQueryResult; export declare const routeLogbookSection = "/logbook/section"; export {};