import { Harmony } from '@teambit/harmony';
import { Config } from './config';
export declare type ConfigDeps = [];
export declare type ConfigConfig = {};
export default function provideConfig(_deps: any, _config: any, _slots: any, harmony: Harmony): Promise<Config>;
