import * as t from 'io-ts'; export declare namespace IMXDClientMethodParams { const GetDailyPointsBalanceParamsCodec: t.TypeC<{ starkPublicKey: t.BrandC; date: t.StringC; }>; type GetDailyPointsBalanceParams = t.TypeOf; type GetDailyPointsBalanceParamsTS = t.OutputOf; } export declare namespace IMXDClientMethodResults { const GetDailyPointsBalanceResultCodec: t.TypeC<{ daily_points_balance: t.StringC; date: t.StringC; starkKey: t.BrandC; }>; type GetDailyPointsBalanceResult = t.TypeOf; type GetDailyPointsBalanceResultTS = t.OutputOf; }