export interface ShowTitleBarParams {
    onSuccess?: () => void;
    onFail?: () => void;
}
declare function showTitleBar(): Promise<void>;
declare namespace showTitleBar {
    var version: {
        android: string;
        ios: string;
    };
}
export default showTitleBar;
