import { KType } from './get'; declare const run: (obj: any, keys?: KType, ...args: any[]) => T; export default run;