import { ErrorUnion, OkUnion } from '../outputs'; /** * Clears all imported contacts, contact list remains unchanged * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type ClearImportedContactsMethod = (state?: Record) => Promise;