declare module 'react-screen-wake-lock' { // Define the types for the module's exports const content: unknown; // Use 'any' as a placeholder for missing types export default content; }