import type { StringRecord, UnknownRecord } from './types.js'; export declare const makeKey: (...inputs: string[]) => string; export declare function convertToDefineObject(record: UnknownRecord): StringRecord;