declare module "anti-screenshot-lib" {
  export default class AntiScreenshot {
    static init(): void;
    static preventScreenshots(): void;
    static preventClipboardCopy(): void;
    static preventPrintScreen(): void;
    static detectDevTools(): void;
    static handleVisibilityChange(): void;
  }
}
