import { SDKAuthHelper } from "../common/types"; /** * Creates an auth helper instance using APIKey. The `getClientConfig` function creates a signer to set the APIKey in * all the commands of a client. * * @param apiKey APIKey */ export declare function withAPIKey(apiKey: string, region?: string): SDKAuthHelper;