import type { Genre } from "../Interfaces/Genres";
export declare function genreParser<T>(body: any): Genre;
//# sourceMappingURL=genre.parser.d.ts.map