import type { AppOptions } from './definitions';
export declare function initApp(offerId: string, options: AppOptions): Promise<{
    stop: () => void;
}>;
