import { AdviceMetadata } from '../metadatas/index'; import { IAdviceDecorator } from './Advice'; export declare const Before: IAdviceDecorator;