/// import { Model } from "mongoose"; import { StrictDictMap } from "../../../types"; export declare function getTypePath(model: Model, modelNamesToTypeNames: StrictDictMap): string[];