import { AwsProps } from './aws-utils';
import { CohereClient } from "./Client";
export declare class AwsClient extends CohereClient {
    constructor(_options: CohereClient.Options & AwsProps);
}
