export declare type Config = { project: string; environment: Environment; }; export declare type Environment = { supported: string[]; current: string; };