import type { ResolvedTableColumn } from "./cli-renderer.js"; export declare const getTerminalWidth: () => number; export declare const pad: (str: string, width: number, align: "left" | "right") => string; export declare const formatTable: (items: ReadonlyArray, columns: ReadonlyArray>, caption?: string, width?: number) => string; //# sourceMappingURL=table-formatter.d.ts.map