interface ExportConfig { patch: string; files: string[]; translations?: string[]; tables: Array<{ name: string; columns?: string[]; }>; } export declare const config: ExportConfig; export {};