export declare const restoreCase: (text: string[], orig: readonly string[]) => string[];
