import { firebase } from '../core'; export declare class ItunesGenresRepository { private readonly store; private collection; constructor(store: firebase.firestore.Firestore); getAll(): Promise>>; }