import type { Ref } from './schema.js'; export type WriterRefRow = { id: number; from_id: number; to_name: string; to_id: number | null; call_type: string; line: number; lang?: string | null; module?: string | null; to_file?: string | null; }; export declare function mapWriterRefRow(row: WriterRefRow): Ref; //# sourceMappingURL=writer-ref-mapper.d.ts.map