type InfoListOptions = { title?: string; align?: boolean; sort?: boolean; }; type InfoListInput = Record; export declare function infoList(input: InfoListInput, customOptions?: InfoListOptions): string; export {}; //# sourceMappingURL=info-list.d.ts.map