import { Logger, HCS10Client } from '@hashgraphonline/standards-sdk';
export declare const MIN_REQUIRED_USD = 2;
export declare const MIN_REQUIRED_HBAR_USD = 10;
export declare function ensureAgentHasEnoughHbar(logger: Logger, baseClient: HCS10Client, accountId: string, agentName: string): Promise<void>;
