export interface DiscogsReleaseLabelInterface { catno?: string; entity_type?: string; id?: number; name?: string; resource_url: string; } export declare class DiscogsReleaseLabel implements DiscogsReleaseLabelInterface { catno?: string; entity_type?: string; id?: number; name?: string; resource_url: string; }