/** * @internal */ declare function arg(fadeProperty: string): (target: object, property: string) => void; export default arg;