import { Command } from 'commander';
/**
 * @name firestoreGet
 * fetch and print JSON data at the specified path of Firestore. Works for both hosted and emulated environments
 * @param {object} program - Commander program
 */
export default function firestoreGetCommand(program: Command): void;
