export declare class Fee { FeeCode: string; FeeAmount: string; FeeDescription?: string; FeeVersion: string; }