import type { Resolve } from '../types/Globals.d'; export declare function mockResolve({ applicationKey, basePath }: { applicationKey: string; basePath: string; }): Resolve;