import { Dictionary } from "./main";
export declare function count(coll: any[] | Dictionary | string): number;
