import type { AwsCostExplorerClientAdapter } from "./cost-explorer.js"; export interface CreateAwsSdkCostExplorerClientOptions { region?: string; } export declare function createAwsSdkCostExplorerClient(options?: CreateAwsSdkCostExplorerClientOptions): AwsCostExplorerClientAdapter; //# sourceMappingURL=sdk-client.d.ts.map