import { HttpHandler } from 'msw';
export declare const getCheckoutHandlers: (routes: any) => HttpHandler[];
