import type { Type } from "@tsed/core"; import { JsonMap } from "../domain/JsonMap.js"; /** * @ignore */ export declare function toJsonMapCollection(content: { [key: string]: any; }, klass?: Type>): JsonMap;