import type { Remote } from './types'; export declare function set(target: Remote, property: K, value: T[K]): Promise; //# sourceMappingURL=set.d.ts.map