import type { AllConfig } from '../../../../config/types';
export declare function setConfig(config: AllConfig): Promise<AllConfig>;
