export declare function readBool(key: string): boolean | undefined;
export declare function readBool<T>(key: string, alt: T): T | boolean;
