/* auto-generated by NAPI-RS */ /* eslint-disable */ /** * Parse an attributedBody blob to extract readable text. * Useful for messages where the `text` column is NULL. */ export declare function parseAttributedBody(blob: Buffer): string | null /** * Resolve contact names for a list of handles (phone numbers / emails), * reading the main Address Book plus every iCloud source under `Sources/`. * Returns a map of handle → display name. */ export declare function resolveContacts(contactsMainPath: string, contactsSourcesDir: string | undefined | null, handles: Array): Promise>