import { CIOptions } from '../interfaces';
export declare function getConfig(): Promise<CIOptions>;
