// types/index.d.ts
export class PayjoinURL {
    constructor(url: string);
    parse(): object;  // Example method, can add more as necessary
  }
  