import { PartitionAndSortKey } from "../keys"; import { TaggedModel } from "../types"; import { BaseParams } from "./BaseParams"; export interface DeleteItemParams extends BaseParams { key: PartitionAndSortKey; } export declare function deleteItem(params: DeleteItemParams): Promise; //# sourceMappingURL=deleteItem.d.ts.map