import { Type } from "@tsed/core"; import type { JsonClassStore } from "../domain/JsonClassStore.js"; /** * Return store and his inherited stores * @param target * @ignore */ export declare function getInheritedStores(target: Type | any): Map, JsonClassStore>;