export declare const BASE_URL = "https://apix.sg.amity.co"; export declare const product1: Amity.RawProduct; export declare const product2: Amity.RawProduct; export declare const product3: Amity.RawProduct; export declare const deletedProduct: Amity.RawProduct; export declare const getProductPayload: Amity.ProductPayload; export declare const searchProductsPayload: Amity.ProductPayload & Amity.Pagination; export declare function buildProductPayload(product: Amity.RawProduct, extras?: Partial): Amity.ProductPayload; export declare const handlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[]; export declare const server: import("msw/node").SetupServerApi; //# sourceMappingURL=setup.d.ts.map