export declare type WrapItemType = { name: string; }; export default class WrapHandlerBase { static convert(params: string[] | string): WrapItemType[]; }