export declare function appendJsonl(filePath: string, record: unknown): Promise; export declare function readJsonl(filePath: string): T[]; //# sourceMappingURL=jsonl-stores.d.ts.map