import type { Sections } from "../Interfaces/Sections";
export declare function sectionParser(body: any): Sections;
export declare function fetchAlbum(content: any): {
    title: any;
    id: string;
    artists: any;
    artwork: any;
};
//# sourceMappingURL=section.parser.d.ts.map