import { type Countable, type CountMode } from '../array/count.ts'; export declare function sizeof(mixedVar: Countable, mode?: CountMode): number;