import { Type } from "@tsed/core"; /** * @ignore */ export declare function resolveRefType(type: string | (() => Type) | Type): string;