export declare function readArray(key: string): string[] | undefined;
export declare function readArray(key: string, alt: string[]): string[];
