import { CountUnion, ErrorUnion } from '../outputs'; /** * Returns the total number of imported contacts * @param {Object} state * @returns {CountUnion | ErrorUnion} */ export declare type GetImportedContactCountMethod = (state?: Record) => Promise;