export type Options = import("./index.js").Options; /** * Submits a code review with suggestions with specified diff and options. * @param {string} diff * @param {Options} options * @returns {Promise} */ export declare function makeReview(diff: string, { fail, message, ...options }?: Options): Promise;