import { Options } from '../domain/options'; /** * Loads the config for the app via CosmicConfig by searching in a few places. * * @param name The base name of the config to load. * @param src The directory to look in. */ export declare function loadConfig(name: string, src: string): Options;