import type { RequestResult } from '../result.js'; import { APICommand } from '../index.js'; import { Client } from '@quonfig/node'; export declare const resetClientCache: () => void; declare const getClient: (command: APICommand, sdkKey?: string, profile?: string) => Promise; export declare const unwrapRequest: (command: APICommand, promise: Promise) => Promise; export default getClient;