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