export declare const useNip98: () => { getToken: ({ url, method }: { url: string; method: string; }) => Promise; };