export declare const noop: () => void; export declare const pick: (props: Key[], obj: Obj) => Pick;