import { Config, Module } from '../types'; export declare const defaultConfig: Config; /** * Reads the current configuration with cosmic conf * `.rlsrrc`, package.json > rlsr and other formats allowed */ export declare const config: Module; //# sourceMappingURL=config.d.ts.map