import type { MapLikeObject } from "../../types.js";
import { type MessageKey } from "./messages.js";
export declare const messageGenerator: ((code: string, ...args: any[]) => string) | ((code: MessageKey, details?: MapLikeObject) => string);
//# sourceMappingURL=messageGenerator.d.ts.map