import { Config, Log } from '@bubblewrap/core';
export declare const DEFAULT_CONFIG_FILE_PATH: string;
export declare function loadOrCreateConfig(log?: Log, path?: string): Promise<Config>;
