import { AuthToken } from "../../types";
import { RecoverShards } from "../../types";
export declare const recoverShards: (address: string, cid: string, auth_token: AuthToken, numOfShards?: number, dynamicData?: {}) => Promise<RecoverShards>;
