import type { ContactService } from '../../../modules/contact/contact.service';
import { type AnyToolDescriptor } from '../tool-descriptor';
export declare function contactTools(contact: ContactService): AnyToolDescriptor[];
