import { LodashMethodDecorator } from './factory'; export declare const Unary: () => LodashMethodDecorator; export { Unary as unary }; export default Unary;