import * as t from 'io-ts';
export declare const AxiosResponse: <C extends t.Mixed>(codec: C) => t.TypeC<{
    status: t.BrandC<t.NumberC, t.IntBrand>;
    statusText: t.StringC;
    headers: t.UnknownRecordC;
    config: t.UnknownRecordC;
    request: t.UnknownRecordC;
    data: C;
}>;
//# sourceMappingURL=AxiosResponse.d.ts.map