import * as t from 'io-ts'; export declare function getCodecPair<C extends t.Mixed>(innerCodec: C): t.UnionC<[t.TypeC<{ lnbtc: C; }>, t.TypeC<{ tlnbtc: C; }>]>; //# sourceMappingURL=shared.d.ts.map