import type { Arg } from './types.js';
/**
 * Format arguments.
 * @param args
 * @returns Formatted arguments.
 */
export declare function formatArgs(...args: Arg[]): string[];
/**
 * Convert value to array.
 * @param value
 * @returns Array.
 */
export declare function toArray<T>(value: T | T[]): T[];
//# sourceMappingURL=utils.d.ts.map