import { GetDoc } from '../types'; /** * Reads the document referred to by this `DocumentReference`. * * @return A Promise resolved with a DocumentSnapshot containing the * current document contents. */ export declare const getDoc: GetDoc;