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