import { ListOfPathReports, ListOfPathImports } from '../common/types/config.type.js';

declare function pathReport(_path: string, fieldName?: ListOfPathReports): string;
declare function pathImport(_path: string, fieldName?: ListOfPathImports): string;

export { pathImport, pathReport };
