import type { IWrapInfo } from '../../schema/wrapper/types/info.js'; /** * Feeling nostalgic? * ```ts * const converted = toV1Info(data); * ``` * * **WARNING:** Guess you should know this legacy version does not have modern features. */ export declare function toV1Info(data: T, fromVersion?: number): T; //# sourceMappingURL=info.d.ts.map