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