/** Creates a new object by picking only the specified properties from the given object. */ export declare function pick, K extends keyof T>(obj: T, inclusions: K[]): Pick;