import type { Artist } from "../Interfaces/Artist";
export declare function artistParser(body: any): Artist;
//# sourceMappingURL=artist.parser.d.ts.map