import { AwsClient } from "aws4fetch"; type AwsFetchOptions = Exclude[1], null | undefined>; export declare namespace aws { type Options = Exclude[1], null | undefined>["aws"]; function client(): Promise; function fetch(service: string, path: string, init: Omit, options?: { aws?: Options; }): Promise; } export declare function client(): Promise; export type AwsOptions = aws.Options; export {};