import { Provider } from "@aws-sdk/types";
/**
 * @internal
 */
export declare const fromStatic: <T>(staticValue: T) => Provider<T>;
