import { AwsCredentialIdentity } from "@aws-sdk/types";
import { HttpRequest } from "@smithy/protocol-http";
import { HttpResponse } from "@smithy/types";
export declare function createGetRequest(url: URL): HttpRequest;
export declare function getCredentials(
  response: HttpResponse
): Promise<AwsCredentialIdentity>;
