export declare class Config { private options; get(): Partial; set(options: Partial): void; }