import { CreateContextOptions } from './type'; export declare const createContextMenu: (options: CreateContextOptions) => Promise | undefined; export declare const destroyContextMenu: () => void;