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