import { GetEnvelopedFn, Plugin } from '@envelop/types';
export declare const useEnvelop: (envelop: GetEnvelopedFn<any>) => Plugin<any>;
