import type { RuneConfig } from './config/schema.js'; export interface ListOptions { readonly color?: boolean; readonly nameWidth?: number; } export declare function renderList(config: RuneConfig, opts?: ListOptions): string; //# sourceMappingURL=list.d.ts.map