import { ClientApplication } from '../client';
export declare function createMockApp(localOrigin?: string): ClientApplication<{}>;
