import { Provider } from "@smithy/types"; export type FromStaticConfig = T | (() => T) | Provider; export declare const fromStatic: (defaultValue: FromStaticConfig) => Provider;