import { AuthToken, LightHouseSDKResponse } from "../../types";
export declare const revokeAccess: (address: string, cid: string, auth_token: AuthToken, revokeTo: Array<string>) => Promise<LightHouseSDKResponse>;
