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