export declare function captureMethod(target: T, key: K): T[K]; export declare function captureValueSetter(proto: object): ((this: HTMLElement, value: string) => void) | undefined;