export declare class Config { static get testMode(): boolean | undefined; static set testMode(value: boolean | undefined); }