import { Types } from '../../../constants';
import { WrapHelper } from '../WrapHelper';
export declare class WrapObjectHelper extends WrapHelper {
    protected readonly type = Types.Object;
}
