import { Client, Transport, Chain, Account } from "viem";
import { type DeleteConfig } from "./utils/types";
export declare function deleteData(dataIdentifier: string, walletClient: Client<Transport, Chain, Account>, authorization: any, config: DeleteConfig, debug?: boolean): Promise<void>;