/** * Parse a size value with optional K/M/G suffix into bytes. * Accepts numbers (passed through) or strings like "300k", "1.5M", "2g". */ export declare function parseSize(value: number | string): number; //# sourceMappingURL=parseSize.d.ts.map