import { ShowActionSheetOptions } from "../types/dialog.ts";
/**
 * 显示操作选择栏
 * @description 显示操作选择栏
 * @return {number} 操作选项下标
 */
export declare function showActionSheet(options: ShowActionSheetOptions): Promise<unknown>;
