declare const _default: (contents: string) => string; /** * Updates a Dangerfile to remove the import for Danger * @param {string} contents the file path for the dangerfile * @returns {string} the revised Dangerfile */ export default _default;