export declare class Configuration { static load(file: string, normalize?: (data: T) => T): T; }