import { ActionheroConfigInterface } from "../classes/config";
export declare function buildConfig(): Partial<ActionheroConfigInterface>;
export declare let config: Partial<ActionheroConfigInterface>;
/**
 * Rebuild Actionhero's `config` object.  Useful when Environment variables effecting the config may have changed.
 */
export declare const rebuildConfig: () => void;
