import type PuppetWhatsApp from '../puppet-whatsapp.js'; export declare function contactSelfQRCode(this: PuppetWhatsApp): Promise; export declare function contactSelfName(this: PuppetWhatsApp, name: string): Promise; export declare function contactSelfSignature(this: PuppetWhatsApp, signature: string): Promise; //# sourceMappingURL=contact-self.d.ts.map