import { Payload } from './types';
export declare function appendCsv(filePath: string, json: Payload): Promise<void>;
