import { Commitment, Connection } from '@safecoin/web3.js';
export declare function handleAirdropCommand(pubKeyOrPathToKeypairFile: string, amount: number, label: string, commitment: Commitment): Promise<{
    connection: Connection;
}>;
export declare function airdropHelp(): string;
