import type { ConfigAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createSet(client: HTTPRPCClient): ConfigAPI['set']; //# sourceMappingURL=set.d.ts.map