import { Command } from 'commander';
/**
 * @name firestoreAdd
 * Add data to specified collection or sub-collection of Firestore. Work for both hosted and emulated environments
 * @param {object} program - Commander program
 */
export default function firestoreAddCommand(program: Command): void;
