export declare const getDynamoDbOptions: (awsRegion: string, nodeEnv: "production" | "development") => { region: string; credentials?: undefined; endpoint?: undefined; } | { credentials: { accessKeyId: string; secretAccessKey: string; }; endpoint: string; region?: undefined; }; //# sourceMappingURL=getDynamoDbOptions.d.ts.map