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