export type Decorator = (...args: any) => MethodDecorator; export declare const applyCustomDecorator: (clazz: any, method: string, decorator: Decorator, ...params: any[]) => void; export declare function extendMetadata[] = any[]>(metadata: T, metaKey: string, target: object): any; //# sourceMappingURL=applyCustomDecorator.d.ts.map