export declare const registerProperty: any>(object: T, name: U, value: V) => T & Record; export declare const registerMethod: (object: T, name: U, value: V) => T & Record; //# sourceMappingURL=chain.d.ts.map