import type { List } from "./document.js"; export declare function toString(list: List, omitHeader?: boolean, indent?: string): string; export declare function toPlainText(list: List, top?: boolean, indent?: string): string; export declare function toJson(list: List, includeDates?: boolean, includeFiles?: boolean): any; export declare function toOpml(list: List, top?: boolean): string; //# sourceMappingURL=export.d.ts.map