import { formatUserAvatar, formatServerIcon } from "./Format";
import { totalGuildCount } from "./Guild";
interface Utils {
    totalGuildCount: typeof totalGuildCount;
    formatUserAvatar: typeof formatUserAvatar;
    formatServerIcon: typeof formatServerIcon;
}
declare const Utils: Utils;
export { Utils };
//# sourceMappingURL=index.d.ts.map