import { Transaction } from "@firebase/firestore-types"; import { IStore, Record, ISchema } from "../interfaces"; declare function getRaw(store: IStore): (this: ISchema, id: string, transaction?: Transaction) => Promise; export default getRaw;