/**
 * Count all elements in an object.
 *
 * @param {*} countable
 * @returns {number}
 */
export declare const count: (countable: any) => any;
