import { ListConfig } from '../types.js'; export declare const buildListOptions: (list: ListConfig | undefined) => ListConfig;