/* tslint:disable */ /* eslint-disable */ /** * Compiles contracts based on supplied JSON input * @param {any} input * @returns {any} */ export function compile(input: any): any;