import type { RootContent } from 'mdast';
import type { UpdateMDXComponent } from './index.js';
export declare const getDateForNode: (node: RootContent, lineBlame: Record<number, string>) => string;
export declare const getMostRepresentativeDate: (updateComponent: UpdateMDXComponent, lineBlame: Record<number, string>, defaultDate: string) => string;
