import { Node } from "..";
export declare function claimUploaderRole(this: Node): Promise<boolean>;
