import type { Genre } from "../Interfaces/Genres"; interface PagePagination { offSet?: number; limit?: number; } interface SectionPagination { offSet?: number; limit?: number; } interface IOptions { pageId?: string; pagePagination?: PagePagination; sectionPagination?: SectionPagination; } export declare function getGenre(options: T): Promise; export {}; //# sourceMappingURL=getGenre.d.ts.map