import type { Config } from '../types/configTypes.js'; export declare const config: Config; export declare function lotNameSortNameFunction(lotName: string): string; export default config;