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