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