import { MarketListing } from '@wix/bex-utils/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types'; import { InMemoryBackend } from '../testkit/backend'; export declare function createApp({ createdDate, updatedDate, ...overrides }?: Partial): MarketListing; export declare function createBackend(apps: MarketListing[]): InMemoryBackend; export declare const appsAPIHttpClientMocks: (apps: MarketListing[]) => import("@wix/http-client-testkit").Scenario<[payload: import("@wix/bex-utils/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types").QueryMarketListingRequest], import("@wix/bex-utils/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types").QueryMarketListingResponse>[]; //# sourceMappingURL=AppsMocks.d.ts.map