/**
 * @param metadataKey equal to 1st argument of Aspect Decorator
 * @param metadata The value corresponding to the metadata of WrapParams. It can be obtained from LazyDecorator's warp method and used.
 */
export declare const createDecorator: (metadataKey: symbol | string, metadata?: unknown) => MethodDecorator;
//# sourceMappingURL=create-decorator.d.ts.map