import { Provider } from "@smithy/types"; /** * @internal */ export const fromStatic = (staticValue: T): Provider => () => Promise.resolve(staticValue);