/** * File Organizer MCP Server v3.4.2 * Formatting Utilities */ /** * Format bytes to human-readable string * @param bytes - Number of bytes * @returns Formatted string (e.g., "1.5 MB") */ export declare function formatBytes(bytes: number): string; //# sourceMappingURL=formatters.d.ts.map