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