import { Config } from './svgo'; export * from './svgo'; /** * If you write a tool on top of svgo you might need a way to load svgo config. * * You can also specify relative or absolute path and customize current working directory. */ export declare function loadConfig( configFile: string, cwd?: string, ): Promise; export declare function loadConfig( configFile?: null, cwd?: string, ): Promise;