/** * Copyright (c) 2017-present A. Matías Quezada */ export declare function duckType(object: any, key: string): object is T;