export declare function mergeStatic<A extends object, B extends object>(a: A, b: B): A & B;
//# sourceMappingURL=mergeStatic.d.ts.map