import "reflect-metadata"; declare function getMethod(target: any, methodName: any): Function; export declare function clearAdvices(target: any): any; export declare function generateKey(scope: any, methodName: any): string; export declare const clearMethod: typeof getMethod; export {};