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