import Client from "../client";
import { IDeleteOptions, IDeleteRecord } from "../utils/common";
export declare const deleteRecordsBySkyflowID: (deleteRecords: IDeleteRecord[], options: IDeleteOptions, client: Client, authToken: String) => Promise<unknown>;