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