export declare function readFileAsJson(source: string): any;
export declare function writeToFile(target: string, data: any): void;
