Anything like `use*` would be extracted to a function signature, even if could not be addressed from the out scope. ```js const Component = ({useTheForce}) => { const useBabelPlugin = () => {}; } //// __signature__(Component, [useTheForce, useBabelPlugin]) ```