import { PartialKettleOptions } from './kettle.types'; export declare function readFileString(path: string): Promise; export declare function kettleFile(filePath: string, partialOptions?: PartialKettleOptions): Promise;