export declare const WrapperFor: {
    readonly TYPE: "TYPE";
    readonly FIELD: "FIELD";
    readonly ANY: "ANY";
};
