import { AuthNostrService } from './index'; declare class Nip46Service { private authNostrService; constructor(authNostrService: AuthNostrService); authNip46(type: 'login' | 'signup', name: string, bunkerUrl: string, sk?: string): Promise; } export default Nip46Service;