export declare const getRenamedData: (type: "blocks" | "items", blockOrItem: string | string[], versionFrom: string, versionTo: string) => string | string[];
