declare module '@capacitor/core' { interface PluginRegistry { PrivacyScreen: PrivacyScreenPlugin; } } export interface PrivacyScreenPlugin { }