export declare class ConfigParser { data: Record> | null; readString(input: string): void; get(key: string): Record | undefined; }