export declare const fetchUserContacts: { name: string; description: string; inputSchema: { type: string; properties: { userAddress: { type: string; }; }; required: string[]; }; handler: (params: any) => Promise; };