export declare function contactsAdd(name: string, agentId: string, options: { alias?: string; notes?: string; }): Promise; export declare function contactsList(): Promise; export declare function contactsResolve(name: string): Promise; export declare function contactsRemove(name: string): Promise; export declare function contactsSync(): Promise;