export interface DiscogsImageInterface { uri: string; height: number; width: number; resource_url: string[]; type: string[]; uri150: string; } export declare class DiscogsImage implements DiscogsImage { uri: string; height: number; width: number; resource_url: string[]; type: string[]; uri150: string; }