import { Event } from "nostr-tools";
export declare function validate(e: Event): Promise<any>;
export declare function fetchEnclaveServices(pubkey?: string, relayUrl?: string): Promise<Event[]>;
export declare function fetchEnclaveService(pubkey: string, relayUrl?: string): Promise<never[] | Event>;
