/** * Registers the export call for {@link exportName} to this method */ export declare function Exports(exportName: string): (originalMethod: any, context: ClassMethodDecoratorContext) => void;