import { StringKeyValueObj } from "../types/StringKeyValueObj"; export declare function readKvPairsFromFileCommand(filePath: string, eol: string): StringKeyValueObj; export declare function readValuesFromFileCommand(filePath: string, eol: string): string[]; //# sourceMappingURL=readFileCommands.d.ts.map