/**
 * Module dependencies
 */
import { ChangelogNS } from '../../types';
import { TChangelogProcessor } from './shared';
export interface IDisplayAuthorOptions {
    getAuthorPage?(author: ChangelogNS.ICommitAuthor): string;
    displayType?: 'name' | 'email';
}
export declare const ChangelogProcessor4AttachAuthor: TChangelogProcessor<IDisplayAuthorOptions>;
//# sourceMappingURL=attach-author.d.ts.map