import type { ResourceKind } from "../../core.js"; import { type IRResource } from "./ir.js"; type Row = Record; export declare function fileAssetPath(slug: string, sourceName: string): string; type Mapper = (row: Row) => IRResource | null; export declare const MAPPERS: Partial>; export declare function mapRow(kind: ResourceKind, row: Row): IRResource | null; export {}; //# sourceMappingURL=mappers.d.ts.map