export declare class BlockAmount {
    amount: string;
    type: string;
    description?: string;
}
