import { DynamoDBClient } from "@aws-sdk/client-dynamodb"; import { KeySource } from "../keysource"; export declare namespace DynamoKeySource { type Options = { table: string; client?: () => DynamoDBClient; }; const create: (options: Options) => KeySource; } //# sourceMappingURL=dynamodb.d.ts.map