import { MetaContext, TMetaContext } from './model';
import { TFunction } from '../../types';
export declare class MetaStorage {
    private storage;
    provide(): MetaContext;
    generate(payload?: TMetaContext): MetaContext;
    wrap<T>(payload: TMetaContext | undefined, handler: TFunction<T>): T;
}
//# sourceMappingURL=storage.d.ts.map