import { Env } from '@paradoxical-io/types'; import { Logger } from './monitoring'; export interface Profile { profile: string; } /** * Sets the current environment to use the AWS credentials from the shared credentials file * @param requestedEnv * @param logger */ export declare function useAWS(requestedEnv: Env | Profile, logger?: Logger): void; //# sourceMappingURL=credentials.d.ts.map