import * as PUPPET from '@juzi/wechaty-puppet'; import { FileBox } from '../config.js'; import type PuppetWhatsApp from '../puppet-whatsapp.js'; import type { WhatsAppContactPayload } from '../schema/whatsapp-type.js'; export declare function contactAlias(this: PuppetWhatsApp, contactId: string): Promise; export declare function contactAlias(this: PuppetWhatsApp, contactId: string, alias: string | null): Promise; export declare function contactPhone(this: PuppetWhatsApp, contactId: string): Promise; export declare function contactPhone(this: PuppetWhatsApp, contactId: string, phoneList: string[]): Promise; export declare function contactCorporationRemark(this: PuppetWhatsApp, contactId: string, corporationRemark: string): Promise; export declare function contactDescription(this: PuppetWhatsApp, contactId: string, description: string): Promise; export declare function contactList(this: PuppetWhatsApp): Promise; export declare function contactAvatar(this: PuppetWhatsApp, contactId: string): Promise; export declare function contactAvatar(this: PuppetWhatsApp, contactId: string, file: FileBox): Promise; export declare function contactRawPayload(this: PuppetWhatsApp, id: string, forceSync?: boolean): Promise; export declare function contactRawPayloadParser(this: PuppetWhatsApp, contactPayload: WhatsAppContactPayload): Promise; //# sourceMappingURL=contact.d.ts.map