import { HTTPClient } from '@kubun/http-client'; export declare function createClient(signerKey: string, url?: string): HTTPClient;