import { IObject } from "./"; export declare function pick(obj: IObject, props: string[]): any;