import { rpc, u } from "@cityofzion/neon-core";
/**
 * Helper method for retrieving fee-related information from PolicyContract.
 */
export declare function getFeeInformation(client: rpc.NeoServerRpcClient): Promise<{
    feePerByte: u.BigInteger;
    executionFeeFactor: u.BigInteger;
}>;
//# sourceMappingURL=getFeeInformation.d.ts.map