import * as t from 'io-ts'; export declare const ApiResponseCodec: t.TypeC<{ result: t.StringC; }>; export declare type ApiResponseF = t.TypeOf; export declare type ApiResponse = t.OutputOf;