import { Resource } from '../../model/note'; import { ExportContext, ExportedBacklink } from '../types'; export declare const buildBacklinks: (note: Resource, context: ExportContext) => ExportedBacklink[]; //# sourceMappingURL=build-backlink-index.d.ts.map