export declare const domain = "http://localhost";
export declare const handlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
export declare const errorHandler: {
    txError: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
    txStatusInvalidRejectFormat: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
    statusRejected: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
    statusWaiting: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
    statusUnknown: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
    getTransactionInfo: import("msw/lib/core/handlers/HttpHandler").HttpHandler;
};
