/**
 * This method is used by webapp to request the native app to launch the app rating dialog
 */
export declare const openOnboarding: () => Promise<void>;
