import { AnyObject } from '../declarations'; import { FirestoreConfig } from './index'; /** * A function returning the actions object * * @export * @param {*} firebase The firebase dependency * @returns {AnyObject} the actions object */ export default function (firestoreConfig: FirestoreConfig): AnyObject;