import { IMyFieldDefStringOrDef, IMyFieldTypes } from '../interfaces/columnTypes';
/**
 * replaceTitleWithThisColumn will replace the 'Title' column with any other column in an array of fields.
 *    By default, it will replace Title with the LinkFileName since that is the most common replacement for a library.
 * @param currentFields
 * @param replacementField
 * @returns
 */
export declare function replaceTitleWithThisColumn(currentFields: IMyFieldDefStringOrDef[], replacementField?: IMyFieldTypes): IMyFieldDefStringOrDef[];
//# sourceMappingURL=replaceTitleWithThisColumn.d.ts.map