import { ItunesGenresRepository } from './repository'; export declare class ItunesGenresService { private readonly repo; constructor(repo: ItunesGenresRepository); getAll(): Promise>>; }