import * as t from 'io-ts'; /** Partner through which to send transfer through */ export declare const Via: t.PartialC<{ userId: t.StringC; }>; export declare type Via = t.TypeOf; export declare const CapsPrimitive: t.UnionC<[t.StringC, t.NumberC, t.BooleanC, t.NullC]>; export declare type CapsPrimitive = t.TypeOf; export declare const CapsValue: t.UnionC<[t.UnionC<[t.StringC, t.NumberC, t.BooleanC, t.NullC]>, t.ArrayC>]>; export declare type CapsValue = t.TypeOf; export declare const Caps: t.ReadonlyC, t.ArrayC>]>>>; export declare type Caps = t.TypeOf;