export declare const exportConfigToFile: () => void; export declare const loadConfigFromFile: (path: string) => JSON | undefined;