import { ResponseRoot } from './responseRoot';
import { Artist } from './artist';
export interface ArtistResponse extends ResponseRoot {
    data: Artist[];
}
//# sourceMappingURL=artistResponse.d.ts.map