import type BaseCommand from '../base-command.js';
export declare const claim: (siteId: string, dropToken: string, command: BaseCommand) => Promise<undefined>;
//# sourceMappingURL=claim.d.ts.map