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