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