import { MessageType } from "@protobuf-ts/runtime";
export interface GasCostSummary {
    computationCost?: bigint;
    storageCost?: bigint;
    storageRebate?: bigint;
    nonRefundableStorageFee?: bigint;
}
declare class GasCostSummary$Type extends MessageType<GasCostSummary> {
    constructor();
}
export declare const GasCostSummary: GasCostSummary$Type;
export {};
