import { Provider } from "@aws-sdk/types";
/**
 * @internal
 */
export declare const invalidProvider: (message: string) => Provider<any>;
