import { RequestClient } from './request'; import { AddContactGrpcResponse } from '../../schemas'; export declare class PadplusFriendship { private requestClient; constructor(requestClient: RequestClient); confirmFriendship: (encryptUserName: string, ticket: string, scene: string) => Promise; addFriend: (strangerV1: string, strangerV2: string, isPhoneNumber: number, contactId: string, hello: string | undefined) => Promise; } //# sourceMappingURL=friendship.d.ts.map