export declare type Artist = {
    id: number;
    name: string;
    description: string;
    urls: string[];
    posts: string;
};
//# sourceMappingURL=Artist.d.ts.map