export declare class LegacyFriendClient { sendRequest(pubkey: string, hello?: string): Promise; accept(pubkey: string): Promise; }