import type { AWSConfig, FetchOpts } from './types.js';
export declare const getTableEntityNames: ({ awsAccountId, awsRegion, tableName }: AWSConfig & {
    tableName: string;
}, { apiUrl, fetch: _fetch, apiKey }: FetchOpts) => Promise<string[]>;
