import type { Sections } from "../Interfaces/Sections"; interface PagePagination { offSet?: number; limit?: number; } interface IOptions { sectionId: string; pagePagination?: PagePagination; } export declare function getSections(options: T): Promise; export {}; //# sourceMappingURL=getSections.d.ts.map