// tslint:disable-next-line: no-any export const prettyPrint = (value: any) => JSON.stringify(value, null, 2);