export declare const OUTPUT_FORMATS: { JSON: string; CSV: string; }; export declare const OUTPUT_FORMAT_OPTIONS: { value: string; label: string; }[];