import { z } from 'zod';
export declare const minerFeesItemSchema: z.ZodObject<{
    satoshisPerByte: z.ZodOptional<z.ZodNumber>;
    totalFee: z.ZodOptional<z.ZodNumber>;
    fiatAmount: z.ZodOptional<z.ZodNumber>;
}, z.core.$strip>;
