export declare type Has<P extends keyof T, T> = T & {
    [K in P]-?: T[P];
};
//# sourceMappingURL=types.d.ts.map