import { Fee } from './fee.model'; export declare class FeeValue { value: Fee; }