import { GeneralObjectOrValue } from "./types"; declare const main: (object: GeneralObjectOrValue, existingKey?: string) => [string, GeneralObjectOrValue][]; export = main;