export declare type Genre = 'blues' | 'country' | 'folk' | 'funk' | 'pop' | 'rock' | 'ukulele';