import { UInt64 } from "o1js";
/**
 * Calculate the fee for a transaction
 * @returns the fee for a transaction
 */
export declare function fee(): Promise<UInt64>;
