import { IPrimaryKey } from '../types';
export declare const removeAttributes: (table: string, primaryKey: IPrimaryKey, attributeNames: string[]) => Promise<void>;
