import { Configuration, SdkContext } from "../model/index.js"; export declare function newSdkContext(configuration: Configuration): SdkContext;