/** * @module dynamo-easy */ /** * simple no-op function to always use table name without modification */ export declare const DEFAULT_TABLE_NAME_RESOLVER: (tableName: string) => string;