import * as PUPPET from '@juzi/wechaty-puppet'; import type PuppetWhatsApp from '../puppet-whatsapp.js'; import { Friendship } from '@juzi/wechaty-puppet/payloads'; export declare function friendshipRawPayload(this: PuppetWhatsApp, id: string): Promise; export declare function friendshipRawPayloadParser(rawPayload: Friendship): Promise; export declare function friendshipSearchPhone(this: PuppetWhatsApp, phone: string): Promise; export declare function friendshipSearchWeixin(weixin: string): Promise; export declare function friendshipSearchHandle(handle: string): Promise; export declare function friendshipAdd(this: PuppetWhatsApp, contactId: string, option?: PUPPET.types.FriendshipAddOptions): Promise; export declare function friendshipAccept(this: PuppetWhatsApp, friendshipId: string): Promise; //# sourceMappingURL=friendship.d.ts.map