import { ZoteroConfig, ZoteroConfigOptions } from './types/config'; /** * Read and parse the config file * @param args.config - path to the config file, if not provided, it will look in the default locations * @default args.config - 'zotero-cli.toml', `~/.config/zotero-cli/zotero-cli.toml` */ export declare function readConfigFile(args: ZoteroConfig): ZoteroConfigOptions;