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