export declare const data: { bookOverView: { title: string; totalPages: number; totalSectionCount: number; readingTime: string; summary: string; author: string; bookDescription: string; tableOfContent: ({ href: string; title: string; children?: undefined; } | { href: string; title: string; children: { href: string; title: string; }[]; })[]; }; bookDetails: { isbn: string; isbn10: string; imprint: string; publisher: string; publishingDate: string; age: null; subjectCategories: string[]; reviews: string[]; }; bookCopyRight: { copyright: { year: null; owner: string; }; salesRights: { description: string; territory: string[]; }; }; bookAwards: { publisher: { name: string; shortName: string; tags: never[]; }; contributors: { primary: { name: string; role: string; tags: never[]; }[]; additional: { name: string; role: string; tags: never[]; }[]; }; awards: never[]; }; bookCoverImage: string; }; export declare const getHighlightContent: (chunkIds: string[]) => Promise; export declare const fetchPaginatedData: ({ endpoint, page, pageSize, isbn, title }: { endpoint: any; page: any; pageSize: any; isbn: any; title: string; }) => Promise; export declare const handleFetchManuscriptElements: ({ endpoint, page, pageSize, isbn, title }: { endpoint: any; page: any; pageSize: any; isbn: any; title: string; }) => Promise; export declare const highlightArray: string[]; declare const BookemonTest: () => import("react/jsx-runtime").JSX.Element; export default BookemonTest; //# sourceMappingURL=BookemonTest.d.ts.map